Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.h33 union JdwpEventMod { union
100 JdwpEventMod mods[1]; /* MUST be last field in struct */
Djdwp_event.cc198 const JdwpEventMod* pMod = &pEvent->mods[i]; in RegisterEvent()
281 JdwpEventMod* pMod = &pEvent->mods[i]; in UnregisterEvent()
451 JdwpEventMod* pMod = pEvent->mods; in ModsMatch()
Djdwp_handler.cc1199 JdwpEventMod& mod = pEvent->mods[i]; in ER_Set()