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

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp53 ageTable* age_table() { return &_age_table; } function in class:DefNewGeneration
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp137 ageTable* age_table() {return &_ageTable;} function in class:ParScanThreadState
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp924 void record_thread_age_table(ageTable* age_table) { argument
925 _survivors_age_table.merge_par(age_table);

Completed in 38 milliseconds