Searched refs:prepCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DVirtualMachineImpl.c215 int prepCount = 0; local
231 theClasses[i] = theClasses[prepCount];
232 theClasses[prepCount++] = clazz;
237 * indicies 0 thru prepCount-1 of theClasses.
240 (void)outStream_writeInt(out, prepCount);
241 for (; writtenCount < prepCount; writtenCount++) {

Completed in 40 milliseconds