Move PropertyAccessCompiler and CallOptimization to their own files
authorverwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 22 Aug 2014 14:36:54 +0000 (14:36 +0000)
committerverwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 22 Aug 2014 14:36:54 +0000 (14:36 +0000)
commit50ea93c61446b4bf1d5fd7416185eb133fbbf4aa
tree4b8fc5a6f13420934ded02d5b6f73e6c9351b874
parent082b65c5db7910b6894e7b7344dcbec005b847e6
Move PropertyAccessCompiler and CallOptimization to their own files

BUG=
R=yangguo@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23320 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
18 files changed:
BUILD.gn
src/hydrogen.cc
src/ic/access-compiler.cc [new file with mode: 0644]
src/ic/access-compiler.h [new file with mode: 0644]
src/ic/arm/access-compiler-arm.cc [new file with mode: 0644]
src/ic/arm/ic-compiler-arm.cc
src/ic/arm64/access-compiler-arm64.cc [new file with mode: 0644]
src/ic/arm64/ic-compiler-arm64.cc
src/ic/call-optimization.cc [new file with mode: 0644]
src/ic/call-optimization.h [new file with mode: 0644]
src/ic/ia32/access-compiler-ia32.cc [new file with mode: 0644]
src/ic/ia32/ic-compiler-ia32.cc
src/ic/ic-compiler.cc
src/ic/ic-compiler.h
src/ic/ic.cc
src/ic/x64/access-compiler-x64.cc [new file with mode: 0644]
src/ic/x64/ic-compiler-x64.cc
tools/gyp/v8.gyp