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.c188 if (pMod->modKind == MK_LOCATION_ONLY) { in dvmJdwpRegisterEvent()
192 if (pMod->modKind == MK_STEP) { in dvmJdwpRegisterEvent()
246 if (pMod->modKind == MK_LOCATION_ONLY) { in unregisterEvent()
250 if (pMod->modKind == MK_STEP) { in unregisterEvent()
352 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { in dvmJdwpEventFree()
356 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) { in dvmJdwpEventFree()
390 if (pEvent->mods[i].modKind == MK_COUNT && in cleanupMatchList()
462 switch (pMod->modKind) { in modsMatch()
514 LOGE("unhandled mod kind %d\n", pMod->modKind); in modsMatch()
DJdwpHandler.c1610 u1 modKind; in handleER_Set() local
1612 modKind = read1(&buf); in handleER_Set()
1614 pEvent->mods[idx].modKind = modKind; in handleER_Set()
1616 switch (modKind) { in handleER_Set()
1735 LOGW("GLITCH: unsupported modKind=%d\n", modKind); in handleER_Set()