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