Searched refs:JdwpEventMod (Results 1 – 3 of 3) sorted by relevance
33 union JdwpEventMod { union100 JdwpEventMod mods[1]; /* MUST be last field in struct */
198 const JdwpEventMod* pMod = &pEvent->mods[i]; in RegisterEvent()281 JdwpEventMod* pMod = &pEvent->mods[i]; in UnregisterEvent()451 JdwpEventMod* pMod = pEvent->mods; in ModsMatch()
1199 JdwpEventMod& mod = pEvent->mods[i]; in ER_Set()