Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h78 struct EventLocation { struct
208 void PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
219 void PostFieldEvent(const EventLocation* pLoc, ArtField* field, mirror::Object* thisPtr,
228 void PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
229 const EventLocation* pCatchLoc, mirror::Object* thisPtr)
Djdwp_event.cc126 const EventLocation* pLoc; /* LocationOnly */
842 static void SetJdwpLocationFromEventLocation(const JDWP::EventLocation* event_location, in SetJdwpLocationFromEventLocation()
871 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, in PostLocationEvent()
967 void JdwpState::PostFieldEvent(const EventLocation* pLoc, ArtField* field, in PostFieldEvent()
1144 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException()
1145 const EventLocation* pCatchLoc, mirror::Object* thisPtr) { in PostException()
/art/runtime/
Ddebugger.cc1448 const JDWP::EventLocation& event_location) { in MatchLocation()
2879 static void SetEventLocation(JDWP::EventLocation* location, ArtMethod* m, uint32_t dex_pc) in SetEventLocation()
2897 JDWP::EventLocation location; in PostLocationEvent()
2930 JDWP::EventLocation location; in PostFieldAccessEvent()
2946 JDWP::EventLocation location; in PostFieldModificationEvent()
3008 JDWP::EventLocation exception_throw_location; in PostException()
3010 JDWP::EventLocation exception_catch_location; in PostException()
Ddebugger.h356 const JDWP::EventLocation& event_location)