Home
last modified time | relevance | path

Searched refs:caught (Results 1 – 8 of 8) sorted by relevance

/art/test/018-stack-overflow/
Dexpected.txt1 caught SOE in testSelfRecursion
2 caught SOE in testMutualRecursion
/art/test/003-omnibus-opcodes/src/
DThrow.java88 boolean caught = false; in rethrow()
101 caught = true; in rethrow()
111 Main.assertTrue(caught); in rethrow()
/art/test/011-array-copy/
Dexpected.txt4 caught ArrayStoreException (expected)
/art/test/040-miranda/
Dexpected.txt14 caught expected NoSuchMethodException
/art/test/084-class-init/
Dexpected.txt1 caught exception thrown during clinit
/art/runtime/jdwp/
Djdwp_event.h65 uint8_t caught; member
Djdwp_event.cc111 caught(false), field(0), thisPtr(0) { } in ModBasket()
118 bool caught; /* ExceptionOnly */ member
420 …if ((basket->caught && !pMod->exceptionOnly.caught) || (!basket->caught && !pMod->exceptionOnly.un… in ModsMatch()
904 basket.caught = (pCatchLoc->class_id != 0); in PostException()
925 << " caught=" << basket.caught << ")" in PostException()
Djdwp_handler.cc1319 mod.exceptionOnly.caught = request.ReadEnum1<uint8_t>("caught"); in ER_Set()