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

/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.hpp43 // These are gathered in the gc_prologue (and should_collect)
87 bool should_collect(bool full,
H A Dgeneration.hpp364 virtual bool should_collect(bool full, function in class:Generation
H A DtenuredGeneration.cpp260 bool TenuredGeneration::should_collect(bool full, function in class:TenuredGeneration
271 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because"
278 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because"
288 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because"
297 gclog_or_tty->print_cr("TenuredGeneration::should_collect: because"
H A DgenCollectedHeap.cpp504 if (_gens[i]->should_collect(full, size, is_tlab)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp902 // XXXPERM bool should_collect(bool full, size_t size, bool tlab);
1235 bool should_collect(bool full, size_t size, bool tlab);
H A DconcurrentMarkSweepGeneration.cpp1468 bool ConcurrentMarkSweepGeneration::should_collect(bool full,

Completed in 349 milliseconds