Home
last modified time | relevance | path

Searched refs:EventLocation (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jdwp/
Djdwp.h73 struct EventLocation { struct
205 bool PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
217 bool PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field, mirror::Object* thisPtr,
227 bool PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
228 const EventLocation* pCatchLoc, mirror::Object* thisPtr)
Djdwp_event.cc116 const EventLocation* pLoc; /* LocationOnly */
805 static void SetJdwpLocationFromEventLocation(const JDWP::EventLocation* event_location, in SetJdwpLocationFromEventLocation()
834 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, in PostLocationEvent()
935 bool JdwpState::PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field, in PostFieldEvent()
1135 bool JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException()
1136 const EventLocation* pCatchLoc, mirror::Object* thisPtr) { in PostException()
/art/runtime/
Ddebugger.cc1462 const JDWP::EventLocation& event_location) { in MatchLocation()
2796 static void SetEventLocation(JDWP::EventLocation* location, mirror::ArtMethod* m, uint32_t dex_pc) in SetEventLocation()
2814 JDWP::EventLocation location; in PostLocationEvent()
2827 JDWP::EventLocation location; in PostFieldAccessEvent()
2842 JDWP::EventLocation location; in PostFieldModificationEvent()
2854 JDWP::EventLocation exception_throw_location; in PostException()
2856 JDWP::EventLocation exception_catch_location; in PostException()
Ddebugger.h312 const JDWP::EventLocation& event_location)