Load getter from map descriptor instead of embedding it in handler.
authorulan <ulan@chromium.org>
Mon, 26 Jan 2015 15:42:06 +0000 (07:42 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 26 Jan 2015 15:42:14 +0000 (15:42 +0000)
commitecfbe909f3ebe77edcac55f0f80c114560a53dea
tree6b094669356a6a778ede3ae9d1af434c96552aaf
parenta730a31a5bbd6162e2891a40ebceaf2e982f80bf
Load getter from map descriptor instead of embedding it in handler.

BUG=v8:3629
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#26275}
12 files changed:
src/ic/arm/handler-compiler-arm.cc
src/ic/arm64/handler-compiler-arm64.cc
src/ic/handler-compiler.cc
src/ic/handler-compiler.h
src/ic/ia32/handler-compiler-ia32.cc
src/ic/ic.cc
src/ic/mips/handler-compiler-mips.cc
src/ic/mips64/handler-compiler-mips64.cc
src/ic/x64/handler-compiler-x64.cc
src/ic/x87/handler-compiler-x87.cc
src/lookup.cc
src/lookup.h