Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpHandler.c1507 u4 modifierCount; in handleER_Set() local
1513 modifierCount = read4BE(&buf); in handleER_Set()
1518 modifierCount); in handleER_Set()
1520 assert(modifierCount < 256); /* reasonableness check */ in handleER_Set()
1522 pEvent = dvmJdwpEventAlloc(modifierCount); in handleER_Set()
1525 pEvent->modCount = modifierCount; in handleER_Set()
1531 for (idx = 0; idx < (int) modifierCount; idx++) { in handleER_Set()