Lines Matching refs:EventLocation
126 const EventLocation* pLoc; /* LocationOnly */
842 static void SetJdwpLocationFromEventLocation(const JDWP::EventLocation* event_location,
871 void JdwpState::PostLocationEvent(const EventLocation* pLoc, mirror::Object* thisPtr,
967 void JdwpState::PostFieldEvent(const EventLocation* pLoc, ArtField* field,
1144 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
1145 const EventLocation* pCatchLoc, mirror::Object* thisPtr) {