Searched refs:IsGCActiveMark (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DisGCActiveMark.hpp35 class IsGCActiveMark : public StackObj { class in inherits:StackObj
37 IsGCActiveMark() { function in class:IsGCActiveMark
43 ~IsGCActiveMark() {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.cpp155 IsGCActiveMark x; // stop-world GC active
192 IsGCActiveMark x; // stop-world GC active
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dvm_operations_g1.cpp235 IsGCActiveMark x;
H A Dg1CollectedHeap.cpp1309 IsGCActiveMark x;
3891 IsGCActiveMark x;
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp85 friend class IsGCActiveMark; // Block structured external access to _is_gc_active
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp91 IsGCActiveMark mark;
H A DpsScavenge.cpp232 IsGCActiveMark mark;
H A DpsParallelCompact.cpp2019 IsGCActiveMark mark;

Completed in 1231 milliseconds