Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h76 struct EventLocation { struct
200 void PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, int eventFlags,
212 void PostFieldEvent(const EventLocation* pLoc, ArtField* field, mirror::Object* thisPtr,
222 void PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
223 const EventLocation* pCatchLoc, mirror::Object* thisPtr)
Djdwp_event.cc123 const EventLocation* pLoc; /* LocationOnly */
801 static void SetJdwpLocationFromEventLocation(const JDWP::EventLocation* event_location, in SetJdwpLocationFromEventLocation()
830 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr, in PostLocationEvent()
926 void JdwpState::PostFieldEvent(const EventLocation* pLoc, ArtField* field, in PostFieldEvent()
1103 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException()
1104 const EventLocation* pCatchLoc, mirror::Object* thisPtr) { in PostException()
/art/runtime/
Ddebugger.cc1418 const JDWP::EventLocation& event_location) { in MatchLocation()
2859 static void SetEventLocation(JDWP::EventLocation* location, ArtMethod* m, uint32_t dex_pc) in SetEventLocation()
2877 JDWP::EventLocation location; in PostLocationEvent()
2910 JDWP::EventLocation location; in PostFieldAccessEvent()
2925 JDWP::EventLocation location; in PostFieldModificationEvent()
3027 JDWP::EventLocation exception_throw_location; in PostException()
3029 JDWP::EventLocation exception_catch_location; in PostException()
Ddebugger.h334 const JDWP::EventLocation& event_location)