Home
last modified time | relevance | path

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

/dalvik/dx/tests/061-dex-try-catch/
DBlort.java19 public static void caught() { in caught() method in Blort
32 caught(); in test1()
42 caught(); in test2()
52 caught(); in test3()
63 caught(); in test4()
Dexpected.txt16 0007: invoke-static {}, Blort.caught:()V
29 0007: invoke-static {}, Blort.caught:()V
44 0009: invoke-static {}, Blort.caught:()V
/dalvik/tests/003-omnibus-opcodes/src/
DThrow.java88 boolean caught = false; in rethrow()
101 caught = true; in rethrow()
111 assert(caught); in rethrow()
/dalvik/tests/029-assert/
Dexpected.txt1 caught expected assert exception
/dalvik/tests/018-stack-overflow/
Dexpected.txt1 caught SOE
/dalvik/tests/011-array-copy/
Dexpected.txt4 caught ArrayStoreException (expected)
/dalvik/vm/jdwp/
DJdwpEvent.h60 u1 caught; member
DJdwpEvent.c109 bool caught; /* ExceptionOnly */ member
498 if ((basket->caught && !pMod->exceptionOnly.caught) || in modsMatch()
499 (!basket->caught && !pMod->exceptionOnly.uncaught)) in modsMatch()
1048 basket.caught = (pCatchLoc->classId != 0); in dvmJdwpPostException()
1072 basket.threadId, exceptionId, basket.caught); in dvmJdwpPostException()
DJdwpHandler.c1686 u1 caught, uncaught; in handleER_Set() local
1689 caught = read1(&buf); in handleER_Set()
1694 caught, uncaught); in handleER_Set()
1697 pEvent->mods[idx].exceptionOnly.caught = caught; in handleER_Set()
/dalvik/dx/tests/087-ssa-local-vars/
Dexpected.txt449 :Ljava/lang/String;="caught ArrayStoreException (expected)" <- .
456 Blort.java:30@0083: const-object("caught ArrayStoreException (expected)" catc
465 catch) . <- v59:Ljava/io/PrintStream; v60:Ljava/lang/String;="caught ArraySto
/dalvik/vm/mterp/x86-atom/
Dfooter.S468 jl .LnotCaughtLocally # handle not caught locally
/dalvik/vm/mterp/out/
DInterpAsm-x86-atom.S18339 jl .LnotCaughtLocally # handle not caught locally