Searched defs:young_old_boundary (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp175 HeapWord* young_old_boundary() { return _young_old_boundary; } function in class:ParScanThreadState
242 HeapWord* young_old_boundary,
245 HeapWord* young_old_boundary() { return _young_old_boundary; } function in class:ParNewGenTask
H A DparNewGeneration.cpp146 if ((HeapWord *)obj < young_old_boundary()) {
162 if ((HeapWord *)obj_to_scan < young_old_boundary()) {
579 HeapWord* young_old_boundary, ParScanThreadStateSet* state_set) :
582 _young_old_boundary(young_old_boundary),
770 HeapWord* young_old_boundary,
789 HeapWord* young_old_boundary,
795 _young_old_boundary(young_old_boundary),
578 ParNewGenTask(ParNewGeneration* gen, Generation* next_gen, HeapWord* young_old_boundary, ParScanThreadStateSet* state_set) argument
786 ParNewRefProcTaskProxy( ProcessTask& task, ParNewGeneration& gen, Generation& next_gen, HeapWord* young_old_boundary, ParScanThreadStateSet& state_set) argument

Completed in 36 milliseconds