Searched refs:compute_tenuring_threshold (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DageTable.hpp69 int compute_tenuring_threshold(size_t survivor_capacity);
H A DageTable.cpp81 int ageTable::compute_tenuring_threshold(size_t survivor_capacity) { function in class:ageTable
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp637 age_table()->compute_tenuring_threshold(to()->capacity()/HeapWordSize);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp890 age_table()->compute_tenuring_threshold(to()->capacity()/HeapWordSize);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectorPolicy.cpp1420 _tenuring_threshold = _survivors_age_table.compute_tenuring_threshold(

Completed in 45 milliseconds