Home
last modified time | relevance | path

Searched refs:exprId (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/jdwp/
DJdwpEvent.h36 u4 exprId; member
DJdwpHandler.c1628 u4 exprId = read4BE(&buf); in handleER_Set() local
1629 LOGVV(" Conditional: %d\n", exprId); in handleER_Set()
1630 pEvent->mods[idx].conditional.exprId = exprId; in handleER_Set()