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.cc202 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()
Djdwp_handler.cc1233 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()