Home
last modified time | relevance | path

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

/art/runtime/
Dmapping_table.h85 uint32_t DexPc() const { in DexPc() function
162 uint32_t DexPc() const { in DexPc() function
Ddebugger.cc108 uint32_t DexPc() const { in DexPc() function in art::Breakpoint
133 os << StringPrintf("Breakpoint[%s @%#x]", PrettyMethod(rhs.Method()).c_str(), rhs.DexPc()); in operator <<()
334 if (gBreakpoints[i].DexPc() == dex_pc && gBreakpoints[i].IsInMethod(m)) { in IsBreakpoint()
3380 if (gBreakpoints[i].DexPc() == location->dex_pc && gBreakpoints[i].IsInMethod(m)) { in UnwatchLocation()