diff options
| author | Mathieu Chartier <mathieuc@google.com> | 2018-01-12 10:15:51 -0800 |
|---|---|---|
| committer | Mathieu Chartier <mathieuc@google.com> | 2018-01-13 01:40:03 +0000 |
| commit | 210531f8775c89feb90d430cd5b6026b4cf8ef89 (patch) | |
| tree | 3c23fffcc0d1d7876f15f64672e0de98b1f051ca /dexdump | |
| parent | 3c9e0f69b04b614c44448e66e15c6f8a78da4b2c (diff) | |
| download | art-210531f8775c89feb90d430cd5b6026b4cf8ef89.tar.gz art-210531f8775c89feb90d430cd5b6026b4cf8ef89.tar.bz2 art-210531f8775c89feb90d430cd5b6026b4cf8ef89.zip | |
Revert "Revert "Move quickening info logic to its own table""
Bug: 71605148
Bug: 63756964
Test: test-art-target on angler
This reverts commit 6716941120ae9f47ba1b8ef8e79820c4b5640350.
Change-Id: Ic01ea4e8bb2c1de761fab354c5bbe27290538631
Diffstat (limited to 'dexdump')
| -rw-r--r-- | dexdump/dexdump.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dexdump/dexdump.cc b/dexdump/dexdump.cc index 8132323203..df13d1f628 100644 --- a/dexdump/dexdump.cc +++ b/dexdump/dexdump.cc @@ -1187,7 +1187,7 @@ static void dumpBytecodes(const DexFile* pDexFile, u4 idx, */ static void dumpCode(const DexFile* pDexFile, u4 idx, u4 flags, const DexFile::CodeItem* pCode, u4 codeOffset) { - CodeItemDebugInfoAccessor accessor(*pDexFile, pCode, pDexFile->GetDebugInfoOffset(pCode)); + CodeItemDebugInfoAccessor accessor(*pDexFile, pCode); fprintf(gOutFile, " registers : %d\n", accessor.RegistersSize()); fprintf(gOutFile, " ins : %d\n", accessor.InsSize()); |
