Home
last modified time | relevance | path

Searched refs:pCatchLoc (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc1104 const EventLocation* pCatchLoc, mirror::Object* thisPtr) { in PostException() argument
1107 DCHECK(pCatchLoc != nullptr); in PostException()
1121 basket.caught = (pCatchLoc->method != 0); in PostException()
1143 SetJdwpLocationFromEventLocation(pCatchLoc, &jdwp_catch_location); in PostException()
Djdwp.h223 const EventLocation* pCatchLoc, mirror::Object* thisPtr)