ConstantPoolSizeAt() should return number of Instructions instead, otherwise, some...
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 29 Aug 2013 11:49:46 +0000 (11:49 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 29 Aug 2013 11:49:46 +0000 (11:49 +0000)
commit899ec323af52d740b04340b528078a006ba43910
tree65ed8adca4abef64d2781b9aee5cf33c36c2b459
parent94621761b8c55f7c599c3bce494af5b54583d5c8
ConstantPoolSizeAt() should return number of Instructions instead, otherwise, some of the code will be treated as constant pool when printing code in ARM disassembler.

BUG=none

TEST=none
R=bmeurer@chromium.org

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

Patch from Bangfu Tao <bangfu.tao@samsung.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16419 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/disasm-arm.cc