Searched refs:modKind (Results 1 – 3 of 3) sorted by relevance
34 JdwpModKind modKind; member36 JdwpModKind modKind; member40 JdwpModKind modKind; member44 JdwpModKind modKind; member48 JdwpModKind modKind; member52 JdwpModKind modKind; member56 JdwpModKind modKind; member60 JdwpModKind modKind; member64 JdwpModKind modKind; member70 JdwpModKind modKind; member[all …]
202 if (pMod->modKind == MK_LOCATION_ONLY) { in RegisterEvent()211 } else if (pMod->modKind == MK_STEP) { in RegisterEvent()265 switch (mod.modKind) { in UnregisterLocationEventsOnClass()322 if (pMod->modKind == MK_LOCATION_ONLY) { in UnregisterEvent()328 if (pMod->modKind == MK_STEP) { in UnregisterEvent()431 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { in EventFree()435 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) { in EventFree()451 if (pEvent->mods[i].modKind == MK_COUNT && pEvent->mods[i].count.count == 0) { in CleanupMatchList()494 switch (pMod->modKind) { in ModsMatch()556 LOG(FATAL) << "unknown mod kind " << pMod->modKind; in ModsMatch()
1233 mod.modKind = request->ReadModKind(); in ER_Set()1234 switch (mod.modKind) { in ER_Set()1330 LOG(WARNING) << "Unsupported modifier " << mod.modKind << " for event " << pEvent->eventKind; in ER_Set()