Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.h34 JdwpModKind modKind; member
36 JdwpModKind modKind; member
40 JdwpModKind modKind; member
44 JdwpModKind modKind; member
48 JdwpModKind modKind; member
52 JdwpModKind modKind; member
56 JdwpModKind modKind; member
60 JdwpModKind modKind; member
64 JdwpModKind modKind; member
70 JdwpModKind modKind; member
[all …]
Djdwp_event.cc199 if (pMod->modKind == MK_LOCATION_ONLY) { in RegisterEvent()
208 } else if (pMod->modKind == MK_STEP) { in RegisterEvent()
282 if (pMod->modKind == MK_LOCATION_ONLY) { in UnregisterEvent()
288 if (pMod->modKind == MK_STEP) { in UnregisterEvent()
391 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { in EventFree()
395 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) { in EventFree()
411 if (pEvent->mods[i].modKind == MK_COUNT && pEvent->mods[i].count.count == 0) { in CleanupMatchList()
454 switch (pMod->modKind) { in ModsMatch()
516 LOG(FATAL) << "unknown mod kind " << pMod->modKind; in ModsMatch()
Djdwp_handler.cc1200 mod.modKind = request->ReadModKind(); in ER_Set()
1201 switch (mod.modKind) { in ER_Set()
1297 LOG(WARNING) << "Unsupported modifier " << mod.modKind << " for event " << pEvent->eventKind; in ER_Set()