MIPS: Turbofan needs a code handle and a CallInterfaceDescriptor.
authorbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Thu, 11 Sep 2014 17:02:28 +0000 (17:02 +0000)
committerbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Thu, 11 Sep 2014 17:02:28 +0000 (17:02 +0000)
commit9f44180db7985f3017fca89d672ff66a99e92c98
tree9659ec5eb8ca5bb6b3dc8581b0dab90c4d5279fe
parentb930ef1012d11fdc1e66e5d9663b51bd6b479154
MIPS: Turbofan needs a code handle and a CallInterfaceDescriptor.

Port r23877 (bd09296)

Original commit message:
At the same time we spread knowledge about how to create the initial IC code object too widely. Consolidate code creation and unify it with a descriptor via CodeFactory.

BUG=
R=paul.lind@imgtec.com

Review URL: https://codereview.chromium.org/564883002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23884 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/full-codegen-mips.cc
src/mips/lithium-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/mips64/lithium-codegen-mips64.cc