MIPS: Move function prototype handling into a special handler rather than IC.
authorbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 22 Jul 2014 17:14:27 +0000 (17:14 +0000)
committerbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 22 Jul 2014 17:14:27 +0000 (17:14 +0000)
commit538c4234ab9197c82cef1425d45a354a2a63ad60
tree71470b20b386d24d25e7cf8fa88c42dc879e1e7d
parent538b907b86a13e794c7efeedc7e30a0547e9fc03
MIPS: Move function prototype handling into a special handler rather than IC.

Port r22526 (d4c953e)

Original commit message:
Adjust hydrogen handling of function.prototype to be based on map feedback. Handle non-instance prototype loading using an IC rather than in the hydrogen instruction. In the future, remove the special instruction and replace by multiple hydrogen instructions.

BUG=
R=paul.lind@imgtec.com

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

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