Searched defs:update_gc_stats (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp346 void update_gc_stats(int current_level, bool full) { function in class:GenCollectedHeap
348 _gens[i]->update_gc_stats(current_level, full);
350 perm_gen()->update_gc_stats(current_level, full);
H A DtenuredGeneration.cpp314 void TenuredGeneration::update_gc_stats(int current_level, function in class:TenuredGeneration
H A Dgeneration.hpp440 virtual void update_gc_stats(int current_level, bool full) {} function in class:Generation

Completed in 39 milliseconds