Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc842 static void SetJdwpLocationFromEventLocation(const JDWP::EventLocation* event_location, in SetJdwpLocationFromEventLocation() argument
845 DCHECK(event_location != nullptr); in SetJdwpLocationFromEventLocation()
847 Dbg::SetJdwpLocation(jdwp_location, event_location->method, event_location->dex_pc); in SetJdwpLocationFromEventLocation()
/art/runtime/
Ddebugger.h356 const JDWP::EventLocation& event_location)
Ddebugger.cc1448 const JDWP::EventLocation& event_location) { in MatchLocation() argument
1449 if (expected_location.dex_pc != event_location.dex_pc) { in MatchLocation()
1453 return m == event_location.method; in MatchLocation()