A64: Indicate the correct size for constant pools.
authoralexandre.rames@arm.com <alexandre.rames@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 13 Feb 2014 10:27:42 +0000 (10:27 +0000)
committeralexandre.rames@arm.com <alexandre.rames@arm.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 13 Feb 2014 10:27:42 +0000 (10:27 +0000)
commita7e7d08448279eac574a4d4c79fa665242efba80
tree38c6f1c94e9c17d8fe60c76b0d85632017ae5ba7
parent5977a041724ed81b3c9a7d780d6b8c1bca7f96f7
A64: Indicate the correct size for constant pools.

This fixes potential issues that would appear when trying to insert a breakpoint
from JavaScript.
Without this, computing the mapping of addresses between versions of the code with
and without debug slots could be off by an instruction, trigerring nasty bugs.

R=jochen@chromium.org

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

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