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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjectHistogram.java68 int totalCount=0;
73 totalCount+=el.getCount();
78 tty.println("Total : " + "\t" + totalCount + "\t" + totalSize);
/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/classes/sun/security/pkcs11/
H A DSession.java142 static int totalCount() { method in class:SessionRef
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMemberName.java795 int totalCount = 0;
802 totalCount, buf);
805 totalCount += bufCount;
809 totalCount += buf.length;
815 len2 = Math.max(len2, totalCount / 4);
818 ArrayList<MemberName> result = new ArrayList<>(totalCount);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java255 int totalCount;
263 totalCount = table.getSelectedRowCount() * table.getSelectedColumnCount();
270 totalCount = table.getSelectedRowCount();
277 totalCount = table.getSelectedColumnCount();
284 totalCount = 0;
297 if (totalCount == 0 ||
299 (totalCount == 1 && table.isCellSelected(leadRow, leadColumn))) {
/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/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackageReader.java1507 int totalCount = totalCounts[ai];
1508 if (totalCount == 0)
1529 int totalCount = totalCounts[ai];
1535 class_InnerClasses_N.expectLength(totalCount);
1548 } else if (totalCount == 0) {
1557 readAttrBands(def.elems, totalCount, new int[0], ab);
1563 forwardCounts[0] = totalCount;
H A DPackageWriter.java969 int totalCount = attrCounts[ctype][ai];
970 if (totalCount == 0)
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp520 size_t totalCount();
H A DcompactibleFreeListSpace.cpp361 size_t CompactibleFreeListSpace::totalCount() { function in class:CompactibleFreeListSpace
H A DconcurrentMarkSweepGeneration.cpp2065 size_t num = cms_space->totalCount();

Completed in 93 milliseconds