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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsGenerationCounters.hpp46 void update_all() { function in class:PSGenerationCounters
H A DpsOldGen.cpp284 _gen_counters->update_all();
455 _space_counters->update_all();
456 _gen_counters->update_all();
H A DpsYoungGen.cpp933 _eden_counters->update_all();
934 _from_counters->update_all();
935 _to_counters->update_all();
936 _gen_counters->update_all();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MonitoringSupport.cpp48 update_all();
59 update_all();
63 void G1YoungGenerationCounters::update_all() { function in class:G1YoungGenerationCounters
69 void G1OldGenerationCounters::update_all() { function in class:G1OldGenerationCounters
262 old_collection_counters()->update_all();
263 young_collection_counters()->update_all();
H A Dg1MonitoringSupport.hpp260 virtual void update_all();
266 virtual void update_all();
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcSpaceCounters.hpp66 inline void update_all() { function in class:CSpaceCounters
H A DgenerationCounters.hpp75 virtual void update_all();
H A DgSpaceCounters.hpp93 inline void update_all() { function in class:GSpaceCounters
H A DhSpaceCounters.hpp80 inline void update_all(size_t capacity, size_t used) { function in class:HSpaceCounters
H A DspaceCounters.hpp69 inline void update_all() { function in class:SpaceCounters
H A DgenerationCounters.cpp80 void GenerationCounters::update_all() { function in class:GenerationCounters
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp280 static void update_all();
307 void DelayedConstant::update_all() { function in class:DelayedConstant
340 DelayedConstant::update_all();
/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp126 _space_counters->update_all();
127 _gen_counters->update_all();
H A DtenuredGeneration.cpp336 _space_counters->update_all();
337 _gen_counters->update_all();
H A DdefNewGeneration.cpp965 _eden_counters->update_all();
966 _from_counters->update_all();
967 _to_counters->update_all();
968 _gen_counters->update_all();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp831 _space_counters->update_all();
832 _gen_counters->update_all();
843 _gen_counters->update_all();
3432 _gen_counters->update_all();
9197 _space_counters->update_all();
9198 _gen_counters->update_all();
9212 _gen_counters->update_all();
9345 _gen_counters->update_all();

Completed in 3196 milliseconds