Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc1136 const EventLocation* pCatchLoc, mirror::Object* thisPtr) { in PostException() argument
1139 DCHECK(pCatchLoc != nullptr); in PostException()
1156 basket.caught = (pCatchLoc->method != 0); in PostException()
1185 SetJdwpLocationFromEventLocation(pCatchLoc, &jdwp_catch_location); in PostException()
Djdwp.h228 const EventLocation* pCatchLoc, mirror::Object* thisPtr)