HomeSort by relevance Sort by last modified time
    Searched full:exceptiononly (Results 1 - 7 of 7) sorted by null

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
EventBuilder.java 90 * Sets the ExceptionOnly modifier.
99 EventMod mod = createModifier(EventMod.ModKind.ExceptionOnly);
EventMod.java 50 public static final byte ExceptionOnly = 8;
VmMirror.java     [all...]
  /art/runtime/jdwp/
jdwp_event.h 68 } exceptionOnly;
jdwp_event.cc 127 MutableHandle<mirror::Class> exceptionClass; /* ExceptionOnly */
128 bool caught; /* ExceptionOnly */
491 if (pMod->exceptionOnly.refTypeId != 0 &&
492 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) {
495 if ((basket.caught && !pMod->exceptionOnly.caught) ||
496 (!basket.caught && !pMod->exceptionOnly.uncaught)) {
    [all...]
jdwp_handler.cc     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
JDWPEventModifierTestCase.java 71 * ExceptionOnly modifier.

Completed in 312 milliseconds