Home
last modified time | relevance | path

Searched refs:numMods (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.h106 JdwpEvent* EventAlloc(int numMods);
Djdwp_event.cc364 JdwpEvent* EventAlloc(int numMods) { in EventAlloc() argument
366 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]); in EventAlloc()