Searched refs:EventLocation (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp.h | 73 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)
|
D | jdwp_event.cc | 116 const EventLocation* pLoc; /* LocationOnly */ 793 static void SetJdwpLocationFromEventLocation(const JDWP::EventLocation* event_location, in SetJdwpLocationFromEventLocation() 822 bool JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, in PostLocationEvent() 923 bool JdwpState::PostFieldEvent(const EventLocation* pLoc, mirror::ArtField* field, in PostFieldEvent() 1123 bool JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() 1124 const EventLocation* pCatchLoc, mirror::Object* thisPtr) { in PostException()
|
/art/runtime/ |
D | debugger.cc | 1450 const JDWP::EventLocation& event_location) { in MatchLocation() 2757 static void SetEventLocation(JDWP::EventLocation* location, mirror::ArtMethod* m, uint32_t dex_pc) in SetEventLocation() 2775 JDWP::EventLocation location; in PostLocationEvent() 2788 JDWP::EventLocation location; in PostFieldAccessEvent() 2803 JDWP::EventLocation location; in PostFieldModificationEvent() 2815 JDWP::EventLocation exception_throw_location; in PostException() 2817 JDWP::EventLocation exception_catch_location; in PostException()
|
D | debugger.h | 308 const JDWP::EventLocation& event_location)
|