Searched refs:numMods (Results 1 – 2 of 2) sorted by relevance
106 JdwpEvent* EventAlloc(int numMods);
364 JdwpEvent* EventAlloc(int numMods) { in EventAlloc() argument366 int allocSize = offsetof(JdwpEvent, mods) + numMods * sizeof(newEvent->mods[0]); in EventAlloc()