Searched defs:caught (Results 1 - 3 of 3) sorted by relevance

/dalvik/dx/tests/061-dex-try-catch/
H A DBlort.java19 public static void caught() { method in class:Blort
28 // In this test, the code being try-caught can't possibly throw.
32 caught();
37 // In this test, the code being try-caught doesn't contain any
42 caught();
47 // In this test, the code being try-caught contains a constant
52 caught();
57 // In this test, the code being try-caught contains one
63 caught();
/dalvik/vm/jdwp/
H A DJdwpEvent.h60 u1 caught; member in struct:JdwpEventMod::__anon76
H A DJdwpEvent.cpp109 bool caught; /* ExceptionOnly */ member in struct:ModBasket
501 if ((basket->caught && !pMod->exceptionOnly.caught) ||
502 (!basket->caught && !pMod->exceptionOnly.uncaught))
1011 * An exception has been thrown. It may or may not have been caught.
1036 basket.caught = (pCatchLoc->classId != 0);
1056 ALOGV("EVENT: %s(%d total) thread=%llx exceptId=%llx caught=%d)",
1058 basket.threadId, exceptionId, basket.caught);
1064 ALOGV(" catch: (not caught)");

Completed in 101 milliseconds