Searched refs:caught (Results 1 - 5 of 5) sorted by relevance

/art/test/449-checker-bce/src/
H A DMain.java456 boolean caught = false;
460 caught = true;
462 if (!caught) {
477 caught = false;
481 caught = true;
483 if (!caught || a6[0] != 6 || a6[1] != 6 || a6[2] != 6 ||
488 caught = false;
492 caught = true;
494 if (!caught || a1[0] != 7) {
515 caught
[all...]
/art/test/003-omnibus-opcodes/src/
H A DThrow.java88 boolean caught = false;
101 caught = true;
111 Main.assertTrue(caught);
/art/runtime/jdwp/
H A Djdwp_event.h65 uint8_t caught; member in struct:art::JDWP::JdwpEventMod::__anon107
H A Djdwp_event.cc118 caught(false),
128 bool caught; /* ExceptionOnly */ member in struct:art::JDWP::ModBasket
495 if ((basket.caught && !pMod->exceptionOnly.caught) ||
496 (!basket.caught && !pMod->exceptionOnly.uncaught)) {
1092 * An exception has been thrown. It may or may not have been caught.
1120 basket.caught = (pCatchLoc->method != 0);
H A Djdwp_handler.cc1289 mod.exceptionOnly.caught = request->ReadEnum1<uint8_t>("caught");

Completed in 114 milliseconds