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 130 MutableHandle<mirror::Class> exceptionClass; /* ExceptionOnly */
131 bool caught; /* ExceptionOnly */
531 if (pMod->exceptionOnly.refTypeId != 0 &&
532 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) {
535 if ((basket.caught && !pMod->exceptionOnly.caught) ||
536 (!basket.caught && !pMod->exceptionOnly.uncaught)) {
    [all...]
jdwp_handler.cc     [all...]

Completed in 233 milliseconds