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

/art/runtime/jdwp/
H A Djdwp_event.cc722 bool JdwpState::PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags) { function in class:art::JDWP::JdwpState
/art/runtime/
H A Ddebugger.cc124 Dbg::PostLocationEvent(method, 0, this_object, Dbg::kMethodEntry);
136 Dbg::PostLocationEvent(method, dex_pc, this_object, Dbg::kMethodExit);
2240 void Dbg::PostLocationEvent(const mirror::ArtMethod* m, int dex_pc, function in class:art::Dbg
2256 gJdwpState->PostLocationEvent(&location, this_id, event_flags);
2369 Dbg::PostLocationEvent(m, dex_pc, this_object, event_flags);

Completed in 742 milliseconds