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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhistogram.hpp67 // #define MyCountWrapper(arg) static MyHistogramElement* e = new MyHistogramElement(arg); e->increment_count()
89 virtual void increment_count();
H A Dhistogram.cpp45 void HistogramElement::increment_count() { function in class:HistogramElement
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcUtil.cpp51 increment_count();
H A DgcUtil.hpp60 void increment_count() { function in class:AdaptiveWeightedAverage
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp161 void increment_count() { _omv_count++; } function in class:OopMap
215 void increment_count() { _om_count++; } function in class:OopMapSet
H A DoopMap.cpp116 increment_count();
168 increment_count();
268 increment_count();
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.cpp199 increment_count(); // of # of chunks in list
235 increment_count(); // of # of chunks in list
H A DbinaryTreeDictionary.hpp71 using FreeList<Chunk>::increment_count;
H A DfreeList.hpp78 void increment_count() { function in class:VALUE_OBJ_CLASS_SPEC
H A DbinaryTreeDictionary.cpp233 increment_count();
261 increment_count();
/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp426 if (e != NULL) e->increment_count(); \
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp49 void increment_count() { _count++; } function in class:ExceptionCache
H A Dnmethod.cpp263 increment_count();
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp261 if (e != NULL) e->increment_count(); // Due to bug in VC++, we need a NULL check here eventhough it should never happen!
H A Djni.cpp353 if (e != NULL) e->increment_count()

Completed in 109 milliseconds