Searched refs:SetJdwpLocation (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Ddebugger.h721 static void SetJdwpLocation(JDWP::JdwpLocation* location, ArtMethod* m, uint32_t dex_pc)
H A Ddebugger.cc1484 void Dbg::SetJdwpLocation(JDWP::JdwpLocation* location, ArtMethod* m, uint32_t dex_pc) { function in class:art::Dbg
2464 SetJdwpLocation(&location, GetMethod(), GetDexPc());
/art/runtime/jdwp/
H A Djdwp_event.cc847 Dbg::SetJdwpLocation(jdwp_location, event_location->method, event_location->dex_pc);

Completed in 110 milliseconds