Home
last modified time | relevance | path

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

/dalvik/vm/jdwp/
DJdwpEvent.h29 u1 modKind; /* JdwpModKind */ member
31 u1 modKind; member
35 u1 modKind; member
39 u1 modKind; member
43 u1 modKind; member
47 u1 modKind; member
51 u1 modKind; member
55 u1 modKind; member
59 u1 modKind; member
65 u1 modKind; member
[all …]
DJdwpEvent.cpp173 JdwpModKind kind = static_cast<JdwpModKind>(pMod->modKind); in dumpEvent()
201 if (pMod->modKind == MK_LOCATION_ONLY) { in dvmJdwpRegisterEvent()
204 } else if (pMod->modKind == MK_STEP) { in dvmJdwpRegisterEvent()
209 } else if (pMod->modKind == MK_FIELD_ONLY) { in dvmJdwpRegisterEvent()
260 if (pMod->modKind == MK_LOCATION_ONLY) { in unregisterEvent()
264 if (pMod->modKind == MK_STEP) { in unregisterEvent()
358 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { in dvmJdwpEventFree()
362 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) { in dvmJdwpEventFree()
395 if (pEvent->mods[i].modKind == MK_COUNT && in cleanupMatchList()
466 switch (pMod->modKind) { in modsMatch()
[all …]
DJdwpHandler.cpp1398 u1 modKind = read1(&buf); in handleER_Set() local
1400 pEvent->mods[idx].modKind = modKind; in handleER_Set()
1402 switch (modKind) { in handleER_Set()
1521 ALOGW("GLITCH: unsupported modKind=%d", modKind); in handleER_Set()