X87: Convert KeyedLoad indexed interceptor case to a Handler.
authorweiliang.lin@intel.com <weiliang.lin@intel.com>
Fri, 19 Sep 2014 06:33:37 +0000 (06:33 +0000)
committerweiliang.lin@intel.com <weiliang.lin@intel.com>
Fri, 19 Sep 2014 06:33:37 +0000 (06:33 +0000)
commit4120dd8de282dfcd14b8733920c8a97351443e01
treef27ca95477d95d61fcb05cdae84146b91b27cea3
parentbf18738539a79cd7ed6731095b377466f62a177a
X87: Convert KeyedLoad indexed interceptor case to a Handler.

port r24042.

original commit message:

  Convert KeyedLoad indexed interceptor case to a Handler.

  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=weiliang.lin@intel.com

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

Patch from Jing Bao <jing.bao@intel.com>.

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