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

/art/runtime/jdwp/
H A Djdwp_event.cc1145 const EventLocation* pCatchLoc, mirror::Object* thisPtr) {
1148 DCHECK(pCatchLoc != nullptr);
1162 basket.caught = (pCatchLoc->method != 0);
1184 SetJdwpLocationFromEventLocation(pCatchLoc, &jdwp_catch_location);
1144 PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, const EventLocation* pCatchLoc, mirror::Object* thisPtr) argument

Completed in 38 milliseconds