Searched refs:should_collect (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | tenuredGeneration.hpp | 43 // These are gathered in the gc_prologue (and should_collect) 87 bool should_collect(bool full,
|
H A D | generation.hpp | 364 virtual bool should_collect(bool full, function in class:Generation
|
H A D | tenuredGeneration.cpp | 260 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 D | genCollectedHeap.cpp | 504 if (_gens[i]->should_collect(full, size, is_tlab)) {
|
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | concurrentMarkSweepGeneration.hpp | 902 // XXXPERM bool should_collect(bool full, size_t size, bool tlab); 1235 bool should_collect(bool full, size_t size, bool tlab);
|
H A D | concurrentMarkSweepGeneration.cpp | 1468 bool ConcurrentMarkSweepGeneration::should_collect(bool full,
|
Completed in 349 milliseconds