Lines Matching refs:modKind
173 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()
519 ALOGE("unhandled mod kind %d", pMod->modKind); in modsMatch()