Home
last modified time | relevance | path

Searched defs:JdwpEvent (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.h91 struct JdwpEvent { struct
92 JdwpEvent* prev; /* linked list */ argument
93 JdwpEvent* next; argument
95 JdwpEventKind eventKind; /* what kind of event is this? */ argument
100 JdwpEventMod mods[1]; /* MUST be last field in struct */ argument
106 JdwpEvent* EventAlloc(int numMods); argument