Searched defs:EventLocation (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp.h76 struct EventLocation { struct in namespace:art::JDWP
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)

Completed in 49 milliseconds