HomeSort by relevance Sort by last modified time
    Searched refs:exceptionOnly (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
jdwp_event.h 68 } exceptionOnly;
jdwp_event.cc 120 mirror::Class* exceptionClass; /* ExceptionOnly */
121 bool caught; /* ExceptionOnly */
506 if (pMod->exceptionOnly.refTypeId != 0 &&
507 !Dbg::MatchType(basket.exceptionClass, pMod->exceptionOnly.refTypeId)) {
510 if ((basket.caught && !pMod->exceptionOnly.caught) ||
511 (!basket.caught && !pMod->exceptionOnly.uncaught)) {
    [all...]
jdwp_handler.cc     [all...]

Completed in 558 milliseconds