Searched defs:update_all (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsGenerationCounters.hpp46 void update_all() { function in class:PSGenerationCounters
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DcSpaceCounters.hpp66 inline void update_all() { function in class:CSpaceCounters
H A DgenerationCounters.cpp80 void GenerationCounters::update_all() { function in class:GenerationCounters
H A DhSpaceCounters.hpp80 inline void update_all(size_t capacity, size_t used) { function in class:HSpaceCounters
H A DgSpaceCounters.hpp93 inline void update_all() { function in class:GSpaceCounters
H A DspaceCounters.hpp69 inline void update_all() { function in class:SpaceCounters
/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();
/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();

Completed in 152 milliseconds