MIPS: Convert KeyedLoad indexed interceptor case to a Handler.
authorbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Thu, 18 Sep 2014 15:38:52 +0000 (15:38 +0000)
committerbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Thu, 18 Sep 2014 15:38:52 +0000 (15:38 +0000)
commita479b2cb03d073de00a5cd9bd6e1ca4bc43c3e70
tree2025f2d5869ad34c3b07e4e70014f923067762d3
parent029f060544c3db266b08c5a082d13a71aca0b119
MIPS: Convert KeyedLoad indexed interceptor case to a Handler.

Port r24042 (eb9b9ec)

Original commit message:
Currently, KeyedLoads on objects with indexed interceptors are handled with a
special stub. Instead, key on the map and handler mechanism for more uniform
treatment.

BUG=
R=dusan.milosavljevic@imgtec.com

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24047 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ic/mips64/ic-mips64.cc
src/mips64/code-stubs-mips64.cc