Home
last modified time | relevance | path

Searched refs:DexToPcBegin (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dmapping_table.h114 DexToPcIterator DexToPcBegin() const { in DexToPcBegin() function
Dart_method.cc207 for (It2 cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) { in ToDexPc()
232 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) { in ToNativeQuickPc()
/art/compiler/dex/quick/
Dcodegen_util.cc385 table.DexToPcSize(), table.DexToPcBegin()); in CodegenDump()
642 for (auto it = table.DexToPcBegin(), end = table.DexToPcEnd(); it != end; ++it) { in VerifyCatchEntries()
767 auto it2 = table.DexToPcBegin(); in CreateMappingTables()
/art/compiler/optimizing/
Dcode_generator.cc596 auto it2 = table.DexToPcBegin(); in BuildMappingTable()
/art/oatdump/
Doatdump.cc1195 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) { in DumpMappingTable()
1216 for (It cur = table.DexToPcBegin(), end = table.DexToPcEnd(); cur != end; ++cur) { in DumpMappingAtOffset()