Home | History | Annotate | Download | only in runtime

Lines Matching refs:DexPc

82     return method->GetLineNumFromDexPC(DexPc());
95 uint32_t DexPc() const {
209 uint32_t DexPc() const {
228 os << StringPrintf("Breakpoint[%s @%#x]", PrettyMethod(rhs.Method()).c_str(), rhs.DexPc());
388 if (gBreakpoints[i].DexPc() == dex_pc && gBreakpoints[i].Method() == m) {
3308 if (gBreakpoints[i].DexPc() == location->dex_pc && gBreakpoints[i].Method() == m) {