Searched refs:_should_allocate_from_space (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.hpp120 bool _should_allocate_from_space; member in class:DefNewGeneration
122 return _should_allocate_from_space;
125 _should_allocate_from_space = false;
128 _should_allocate_from_space = true;
H A DdefNewGeneration.cpp163 _should_allocate_from_space(false)

Completed in 34 milliseconds