Home | History | Annotate | Download | only in runtime

Lines Matching refs:UpdateDebugger

244     Dbg::UpdateDebugger(thread, this_object, method, 0, Dbg::kMethodEntry, nullptr);
254 Dbg::UpdateDebugger(thread, this_object, method, dex_pc, Dbg::kMethodExit, &return_value);
268 Dbg::UpdateDebugger(thread, this_object, method, new_dex_pc, 0, nullptr);
2870 void Dbg::UpdateDebugger(Thread* thread, mirror::Object* this_object,