Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc1145 const EventLocation* pCatchLoc, mirror::Object* thisPtr) { in PostException() argument
1148 DCHECK(pCatchLoc != nullptr); in PostException()
1162 basket.caught = (pCatchLoc->method != nullptr); in PostException()
1184 SetJdwpLocationFromEventLocation(pCatchLoc, &jdwp_catch_location); in PostException()
Djdwp.h229 const EventLocation* pCatchLoc, mirror::Object* thisPtr)