Home
last modified time | relevance | path

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

/art/test/018-stack-overflow/
Dexpected.txt2 caught SOE3 in testSelfRecursion
3 caught SOE10 in testSelfRecursion
4 caught SOE in testMutualRecursion
7 caught SOE3 in testSelfRecursion
8 caught SOE10 in testSelfRecursion
9 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/126-miranda-multidex/
Dexpected.txt16 caught expected NoSuchMethodException
32 caught expected NoSuchMethodException
/art/test/083-compiler-regressions/
Dexpected.txt19 b16177324TestWrapper caught NPE as expected.
20 b16230771TestWrapper caught NPE as expected.
/art/test/004-SignalTest/
Dexpected.txt4 signal caught
/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.cc114 caught(false), field(nullptr), thisPtr(nullptr) { } in ModBasket()
121 bool caught; /* ExceptionOnly */ member
510 if ((basket.caught && !pMod->exceptionOnly.caught) || in ModsMatch()
511 (!basket.caught && !pMod->exceptionOnly.uncaught)) { in ModsMatch()
1156 basket.caught = (pCatchLoc->method != 0); in PostException()
Djdwp_handler.cc1312 mod.exceptionOnly.caught = request.ReadEnum1<uint8_t>("caught"); in ER_Set()