Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpEvent.h63 } exceptionOnly; member
DJdwpEvent.c494 if (pMod->exceptionOnly.refTypeId != 0 && in modsMatch()
496 pMod->exceptionOnly.refTypeId)) in modsMatch()
498 if ((basket->caught && !pMod->exceptionOnly.caught) || in modsMatch()
499 (!basket->caught && !pMod->exceptionOnly.uncaught)) in modsMatch()
DJdwpHandler.c1696 pEvent->mods[idx].exceptionOnly.refTypeId = exceptionOrNull; in handleER_Set()
1697 pEvent->mods[idx].exceptionOnly.caught = caught; in handleER_Set()
1698 pEvent->mods[idx].exceptionOnly.uncaught = uncaught; in handleER_Set()