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

/art/runtime/jdwp/
H A Djdwp_event.h31 * Event modifiers. A JdwpEvent may have zero or more of these.
91 struct JdwpEvent { struct in namespace:art::JDWP
92 JdwpEvent* prev; /* linked list */
93 JdwpEvent* next;
106 JdwpEvent* EventAlloc(int numMods);
107 void EventFree(JdwpEvent* pEvent);

Completed in 44 milliseconds