Searched refs:rel_pc (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | native_stack_dump.cc | 378 os << StringPrintf("%08" PRIx64 " ", frame.rel_pc); in DumpNativeStack() 423 Addr2line(frame.map_info->name(), frame.rel_pc, os, prefix, &addr2line_state); in DumpNativeStack()
|
D | backtrace_helper.cc | 114 frame.rel_pc << " " << frame.function_name.c_str(); in Collect()
|
/art/tools/signal_dumper/ |
D | signal_dumper.cc | 533 oss << StringPrintf(kIs64Bit ? "%016" PRIx64 " " : "%08" PRIx64 " ", frame.rel_pc); in DumpThread() 563 frame.rel_pc, in DumpThread()
|
/art/runtime/dex/ |
D | dex_file_annotations.h | 159 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc)
|
D | dex_file_annotations.cc | 1828 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc) { in GetLineNumFromPC() argument 1840 accessor.GetLineNumForPc(rel_pc, &line_num); in GetLineNumFromPC()
|