Refactor back edge table related code into a new class.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 Sep 2013 09:08:08 +0000 (09:08 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 Sep 2013 09:08:08 +0000 (09:08 +0000)
commit32ceb917356df530cf27423e66cee973fb708569
tree1bf9bdc87fb934426091cec1361dc5a5568292b6
parent8aafabc24c18fd1b08a1d879876f03e5f2b68932
Refactor back edge table related code into a new class.

This is mostly moving and renaming, except for the BackEdgeTableIterator.
Motivation is that the back edges in unoptimized code has nothing to do with the deoptimizer.

R=titzer@chromium.org
BUG=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16815 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/arm/deoptimizer-arm.cc
src/arm/full-codegen-arm.cc
src/deoptimizer.cc
src/deoptimizer.h
src/full-codegen.cc
src/full-codegen.h
src/ia32/deoptimizer-ia32.cc
src/ia32/full-codegen-ia32.cc
src/mips/deoptimizer-mips.cc
src/mips/full-codegen-mips.cc
src/objects.cc
src/runtime-profiler.cc
src/runtime.cc
src/x64/deoptimizer-x64.cc
src/x64/full-codegen-x64.cc