Home
last modified time | relevance | path

Searched refs:DexPc (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dmapping_table.h85 uint32_t DexPc() const { in DexPc() function
162 uint32_t DexPc() const { in DexPc() function
Dart_method.cc202 return cur.DexPc(); in ToDexPc()
209 return cur.DexPc(); in ToDexPc()
233 if (cur.DexPc() == dex_pc) { in ToNativeQuickPc()
240 if (cur.DexPc() == dex_pc) { in ToNativeQuickPc()
Ddebugger.cc84 return method->GetLineNumFromDexPC(DexPc()); in LineNumber()
97 uint32_t DexPc() const { in DexPc() function in art::AllocRecordStackTraceElement
211 uint32_t DexPc() const { in DexPc() function in art::Breakpoint
230 os << StringPrintf("Breakpoint[%s @%#x]", PrettyMethod(rhs.Method()).c_str(), rhs.DexPc()); in operator <<()
427 if (gBreakpoints[i].DexPc() == dex_pc && gBreakpoints[i].Method() == m) { in IsBreakpoint()
3462 if (gBreakpoints[i].DexPc() == location->dex_pc && gBreakpoints[i].Method() == m) { in UnwatchLocation()
/art/compiler/dex/quick/
Dcodegen_util.cc51 line = StringPrintf(" {0x%05x, 0x%04x},", first.NativePcOffset(), first.DexPc()); in DumpMappingTable()
643 dex_pcs.push_back(it.DexPc()); in VerifyCatchEntries()
771 CHECK_EQ(tgt_lir->dalvik_offset, it.DexPc()); in CreateMappingTables()
776 CHECK_EQ(tgt_lir->dalvik_offset, it2.DexPc()); in CreateMappingTables()
872 uint32_t dex_pc = it.DexPc(); in CreateNativeGcMapWithoutRegisterPromotion()
/art/oatdump/
Doatdump.cc1188 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc()); in DumpMappingTable()
1196 indent_os << StringPrintf("0x%04x -> 0x%04x\n", cur.NativePcOffset(), cur.DexPc()); in DumpMappingTable()
1210 os << StringPrintf("suspend point dex PC: 0x%04x\n", cur.DexPc()); in DumpMappingAtOffset()
1211 return cur.DexPc(); in DumpMappingAtOffset()
1218 os << StringPrintf("catch entry dex PC: 0x%04x\n", cur.DexPc()); in DumpMappingAtOffset()
1219 return cur.DexPc(); in DumpMappingAtOffset()
/art/compiler/optimizing/
Dcode_generator.cc600 CHECK_EQ(pc_info.dex_pc, it.DexPc()); in BuildMappingTable()
607 CHECK_EQ(block->GetDexPc(), it2.DexPc()); in BuildMappingTable()