Searched refs:ageTable (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DageTable.hpp39 class ageTable VALUE_OBJ_CLASS_SPEC {
51 ageTable(bool global = true);
65 void merge(ageTable* subTable);
66 void merge_par(ageTable* subTable);
H A DageTable.cpp26 #include "gc_implementation/shared/ageTable.hpp"
36 ageTable::ageTable(bool global) { function in class:ageTable
63 void ageTable::clear() {
69 void ageTable::merge(ageTable* subTable) {
75 void ageTable::merge_par(ageTable* subTable) {
81 int ageTable::compute_tenuring_threshold(size_t survivor_capacity) {
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp28 #include "gc_implementation/shared/ageTable.hpp"
49 ageTable _age_table;
53 ageTable* age_table() { return &_age_table; }
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp99 ageTable _ageTable;
137 ageTable* age_table() {return &_ageTable;}
H A DparNewGeneration.cpp30 #include "gc_implementation/shared/ageTable.hpp"
471 ageTable *local_table = par_scan_state.age_table();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.hpp875 ageTable _survivors_age_table;
924 void record_thread_age_table(ageTable* age_table) {
H A Dg1CollectedHeap.hpp1809 ageTable _age_table;
1870 ageTable* age_table() { return &_age_table; }
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp496 unchecked_nonstatic_field(ageTable, sizes, sizeof(ageTable::sizes)) \
548 nonstatic_field(DefNewGeneration, _age_table, ageTable) \
1497 declare_toplevel_type(ageTable) \
2169 declare_constant(ageTable::table_size) \

Completed in 59 milliseconds