Hydrogenize (and share) part of StoreTransition handler as a StoreTransitionStub...
authorishell@chromium.org <ishell@chromium.org>
Tue, 30 Sep 2014 14:54:14 +0000 (14:54 +0000)
committerishell@chromium.org <ishell@chromium.org>
Tue, 30 Sep 2014 14:54:14 +0000 (14:54 +0000)
commit85d7140de062c84718a71ce7c811ef374ea18f19
tree8163a79d97c3670ff7763d3e6049a583b44e3cff
parent95525a220b6698d0f2bf52d5c0cadc642d6e0f2b
Hydrogenize (and share) part of StoreTransition handler as a StoreTransitionStub and StoreField handler simplification.

R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24333 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
21 files changed:
src/arm/interface-descriptors-arm.cc
src/arm64/interface-descriptors-arm64.cc
src/code-stubs-hydrogen.cc
src/code-stubs.cc
src/code-stubs.h
src/ia32/interface-descriptors-ia32.cc
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/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/interface-descriptors.cc
src/interface-descriptors.h
src/mips/interface-descriptors-mips.cc
src/mips64/interface-descriptors-mips64.cc
src/x64/interface-descriptors-x64.cc
src/x87/interface-descriptors-x87.cc