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.cc404 JdwpEvent* EventAlloc(int numMods) { in EventAlloc() function
Djdwp_handler.cc1222 std::unique_ptr<JDWP::JdwpEvent, JdwpEventDeleter> pEvent(EventAlloc(modifier_count)); in ER_Set()