[turbofan] Fix loading of JSFunction from activation in case of adapter frame.
authortitzer <titzer@chromium.org>
Wed, 25 Mar 2015 17:46:03 +0000 (10:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Mar 2015 17:46:16 +0000 (17:46 +0000)
commitebc51674766dd5b17ebbfadf4a35c514ab638a5f
tree6717e8d1e053ed3487d1d313d669cf499f5abb21
parent918ec32d7b6917358131d1a6f463c6b442966455
[turbofan] Fix loading of JSFunction from activation in case of adapter frame.

R=mstarzinger@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#27454}
src/compiler/arm/code-generator-arm.cc
src/compiler/arm64/code-generator-arm64.cc
src/compiler/ia32/code-generator-ia32.cc
src/compiler/linkage-impl.h
src/compiler/mips/code-generator-mips.cc
src/compiler/mips64/code-generator-mips64.cc
src/compiler/ppc/code-generator-ppc.cc
src/compiler/x64/code-generator-x64.cc
test/mjsunit/compiler/osr-literals-adapted.js [new file with mode: 0644]
test/mjsunit/compiler/osr-literals.js [new file with mode: 0644]