Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.h106 JdwpEvent* EventAlloc(int numMods);
Djdwp_event.cc361 JdwpEvent* EventAlloc(int numMods) { in EventAlloc() function
Djdwp_handler.cc1239 JdwpEvent* pEvent = EventAlloc(modifier_count); in ER_Set()