Home
last modified time | relevance | path

Searched refs:uncaught (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/jdwp/
DJdwpEvent.h61 u1 uncaught; member
DJdwpHandler.c1608 u1 caught, uncaught; in handleER_Set() local
1612 uncaught = read1(&buf); in handleER_Set()
1616 caught, uncaught); in handleER_Set()
1620 pEvent->mods[idx].exceptionOnly.uncaught = uncaught; in handleER_Set()
DJdwpEvent.c502 (!basket->caught && !pMod->exceptionOnly.uncaught)) in modsMatch()