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.cc187 if (pMod->modKind == MK_LOCATION_ONLY) { in RegisterEvent()
196 } else if (pMod->modKind == MK_STEP) { in RegisterEvent()
270 if (pMod->modKind == MK_LOCATION_ONLY) { in UnregisterEvent()
276 if (pMod->modKind == MK_STEP) { in UnregisterEvent()
388 if (pEvent->mods[i].modKind == MK_CLASS_MATCH) { in EventFree()
392 if (pEvent->mods[i].modKind == MK_CLASS_EXCLUDE) { in EventFree()
422 if (pEvent->mods[i].modKind == MK_COUNT && pEvent->mods[i].count.count == 0) { in CleanupMatchList()
469 switch (pMod->modKind) { in ModsMatch()
531 LOG(FATAL) << "unknown mod kind " << pMod->modKind; in ModsMatch()
Djdwp_handler.cc1250 mod.modKind = request.ReadModKind(); in ER_Set()
1251 switch (mod.modKind) { in ER_Set()
1347 LOG(WARNING) << "Unsupported modifier " << mod.modKind << " for event " << pEvent->eventKind; in ER_Set()