Home
last modified time | relevance | path

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

/art/runtime/
Dmapping_table.h82 uint32_t NativePcOffset() const { in NativePcOffset() function
159 uint32_t NativePcOffset() const { in NativePcOffset() function
Dart_method.cc201 if (cur.NativePcOffset() == sought_offset) { in ToDexPc()
208 if (cur.NativePcOffset() == sought_offset) { in ToDexPc()
234 return reinterpret_cast<uintptr_t>(entry_point) + cur.NativePcOffset(); in ToNativeQuickPc()
241 return reinterpret_cast<uintptr_t>(entry_point) + cur.NativePcOffset(); in ToNativeQuickPc()
/art/compiler/dex/quick/
Dcodegen_util.cc51 line = StringPrintf(" {0x%05x, 0x%04x},", first.NativePcOffset(), first.DexPc()); in DumpMappingTable()
770 CHECK_EQ(tgt_lir->offset, it.NativePcOffset()); in CreateMappingTables()
775 CHECK_EQ(tgt_lir->offset, it2.NativePcOffset()); in CreateMappingTables()
855 uint32_t native_offset = it.NativePcOffset(); in CreateNativeGcMapWithoutRegisterPromotion()
871 uint32_t native_offset = it.NativePcOffset(); in CreateNativeGcMapWithoutRegisterPromotion()
/art/compiler/optimizing/
Dcode_generator.cc599 CHECK_EQ(pc_info.native_pc, it.NativePcOffset()); in BuildMappingTable()
606 CHECK_EQ(GetAddressOf(block), it2.NativePcOffset()); in BuildMappingTable()
/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()
1209 if (offset == cur.NativePcOffset()) { in DumpMappingAtOffset()
1217 if (offset == cur.NativePcOffset()) { in DumpMappingAtOffset()