Searched refs:should_allocate (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.hpp255 virtual bool should_allocate(size_t word_size, bool is_tlab) { function in class:Generation
367 return (full || should_allocate(word_size, is_tlab));
H A DdefNewGeneration.hpp261 virtual bool should_allocate(size_t word_size, bool is_tlab) { function in class:DefNewGeneration
H A DcollectorPolicy.cpp562 if (gen0->should_allocate(size, is_tlab)) {
672 if (gen->should_allocate(size, is_tlab)) {
H A DtenuredGeneration.cpp275 if (!result && should_allocate(size, is_tlab)) {
279 " should_allocate(" SIZE_FORMAT ")",
H A DgenCollectedHeap.cpp417 if (_gens[i]->should_allocate(size, is_tlab)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1474 return full || should_allocate(size, tlab); // FIX ME !!!

Completed in 71 milliseconds