Searched refs:_age_table (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp49 ageTable _age_table; member in class:DefNewGeneration
53 ageTable* age_table() { return &_age_table; }
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp1809 ageTable _age_table;
1870 ageTable* age_table() { return &_age_table; }
H A Dg1CollectedHeap.cpp4491 _age_table(false),
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp548 nonstatic_field(DefNewGeneration, _age_table, ageTable) \

Completed in 64 milliseconds