Searched refs:_gen_boundary (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DgenOopClosures.hpp54 HeapWord* _gen_boundary; // start of generation member in class:OopsInGenClosure
70 _orig_gen(NULL), _gen(NULL), _gen_boundary(NULL), _rs(NULL) {};
77 // Problem with static closures: must have _gen_boundary set at some point,
84 HeapWord* gen_boundary() { return _gen_boundary; }
H A DgenOopClosures.inline.hpp44 _gen_boundary = _gen->reserved().start();
59 if ((HeapWord*)obj < _gen_boundary) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp755 if ((HeapWord*)obj < _gen_boundary) {

Completed in 68 milliseconds