Searched defs:DexPc (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dmapping_table.h85 uint32_t DexPc() const { function in class:art::MappingTable::DexToPcIterator
162 uint32_t DexPc() const { function in class:art::MappingTable::PcToDexIterator
H A Ddebugger.cc84 return method->GetLineNumFromDexPC(DexPc());
97 uint32_t DexPc() const { function in class:art::AllocRecordStackTraceElement
211 uint32_t DexPc() const { function in class:art::Breakpoint
230 os << StringPrintf("Breakpoint[%s @%#x]", PrettyMethod(rhs.Method()).c_str(), rhs.DexPc());
427 if (gBreakpoints[i].DexPc() == dex_pc && gBreakpoints[i].Method() == m) {
3462 if (gBreakpoints[i].DexPc() == location->dex_pc && gBreakpoints[i].Method() == m) {

Completed in 80 milliseconds