Searched refs:modKind (Results 1 – 3 of 3) sorted by relevance
29 u1 modKind; /* JdwpModKind */ member31 u1 modKind; member35 u1 modKind; member39 u1 modKind; member43 u1 modKind; member47 u1 modKind; member51 u1 modKind; member55 u1 modKind; member59 u1 modKind; member65 u1 modKind; member[all …]
188 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()
1610 u1 modKind; in handleER_Set() local1612 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()