A64: Record the size of veneer pools for code offset mapping.
authoralexandre.rames@arm.com <alexandre.rames@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 12 Mar 2014 15:40:41 +0000 (15:40 +0000)
committeralexandre.rames@arm.com <alexandre.rames@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 12 Mar 2014 15:40:41 +0000 (15:40 +0000)
commit6b86401431d3d0edaebf6aab99c7ebf61569a032
tree9b1e70b9101386cf3a19fcabfb6d0b5f694d2679
parente57d0296dae6d9b2c2d2170f8546bff553c3d869
A64: Record the size of veneer pools for code offset mapping.

Mapping the code offsets between code with and without debug break slots
requires information about the size of the veneer pools and constant pools.

BUG=v8:3173
LOG=N
R=ulan@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19857 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/a64/assembler-a64.cc
src/a64/assembler-a64.h
src/assembler.cc
src/assembler.h
src/debug.cc
test/cctest/test-assembler-a64.cc