Home
last modified time | relevance | path

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

/art/runtime/
Dnative_stack_dump.cc378 os << StringPrintf("%08" PRIx64 " ", frame.rel_pc); in DumpNativeStack()
423 Addr2line(frame.map_info->name(), frame.rel_pc, os, prefix, &addr2line_state); in DumpNativeStack()
Dbacktrace_helper.cc114 frame.rel_pc << " " << frame.function_name.c_str(); in Collect()
/art/tools/signal_dumper/
Dsignal_dumper.cc533 oss << StringPrintf(kIs64Bit ? "%016" PRIx64 " " : "%08" PRIx64 " ", frame.rel_pc); in DumpThread()
563 frame.rel_pc, in DumpThread()
/art/runtime/dex/
Ddex_file_annotations.h159 int32_t GetLineNumFromPC(const DexFile* dex_file, ArtMethod* method, uint32_t rel_pc)
Ddex_file_annotations.cc1828 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()