Searched defs:totalCount (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSession.java142 static int totalCount() { method in class:SessionRef
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c119 jint totalCount; local
155 totalCount = 0;
158 &heapCallbacks, (const void *)&totalCount);
173 totalCount);
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c135 int totalCount; member in struct:TraceInfo
194 tinfo->totalCount++;
589 index, (int)tinfo->totalSpace, tinfo->totalCount,
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp361 size_t CompactibleFreeListSpace::totalCount() { function in class:CompactibleFreeListSpace

Completed in 58 milliseconds