Searched refs:is_active_and_needs_gc (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DvmPSOperations.cpp52 if (_result == NULL && GC_locker::is_active_and_needs_gc()) {
73 if (_result == NULL && GC_locker::is_active_and_needs_gc()) {
H A DparallelScavengeHeap.cpp442 if (GC_locker::is_active_and_needs_gc()) {
545 if (!should_alloc_in_eden(size) || GC_locker::is_active_and_needs_gc()) {
652 if (GC_locker::is_active_and_needs_gc()) {
H A DpsOldGen.cpp254 if (success && GC_locker::is_active_and_needs_gc()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp92 if (!skip && GC_locker::is_active_and_needs_gc()) {
187 if (_res == NULL && GC_locker::is_active_and_needs_gc()) {
224 if (_res == NULL && GC_locker::is_active_and_needs_gc()) {
/openjdk7/hotspot/src/share/vm/memory/
H A DgcLocker.hpp100 static bool is_active_and_needs_gc() { function in class:GC_locker
H A DpermGen.cpp75 if (GC_locker::is_active_and_needs_gc()) {
H A DcollectorPolicy.cpp586 if (GC_locker::is_active_and_needs_gc()) {
687 if (GC_locker::is_active_and_needs_gc()) {
771 || GC_locker::is_active_and_needs_gc()
H A DdefNewGeneration.cpp506 if (should_allocate_from_space() || GC_locker::is_active_and_needs_gc()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp949 if (GC_locker::is_active_and_needs_gc()) {
1072 if (GC_locker::is_active_and_needs_gc()) {
2617 if (GC_locker::is_active_and_needs_gc()) {

Completed in 61 milliseconds