Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h647 static void SetJdwpLocation(JDWP::JdwpLocation* location, mirror::ArtMethod* m, uint32_t dex_pc)
Ddebugger.cc1494 void Dbg::SetJdwpLocation(JDWP::JdwpLocation* location, mirror::ArtMethod* m, uint32_t dex_pc) in SetJdwpLocation() function in art::Dbg
2334 SetJdwpLocation(&location, GetMethod(), GetDexPc()); in GetThreadFrames()
/art/runtime/jdwp/
Djdwp_event.cc810 Dbg::SetJdwpLocation(jdwp_location, event_location->method, event_location->dex_pc); in SetJdwpLocationFromEventLocation()