Searched refs:VM_GC_HeapInspection (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp40 // VM_GC_HeapInspection
51 // VM_GC_HeapInspection
131 class VM_GC_HeapInspection: public VM_GC_Operation { class in inherits:VM_GC_Operation
137 VM_GC_HeapInspection(outputStream* out, bool request_full_gc, function in class:VM_GC_HeapInspection
148 ~VM_GC_HeapInspection() {}
H A DvmGCOperations.cpp134 bool VM_GC_HeapInspection::doit_prologue() {
142 bool VM_GC_HeapInspection::skip_operation() const {
147 bool VM_GC_HeapInspection::collect() {
155 void VM_GC_HeapInspection::doit() {
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp532 VM_GC_HeapInspection inspector(gclog_or_tty, false /* ! full gc */, false /* ! prologue */);
544 VM_GC_HeapInspection inspector(gclog_or_tty, false /* ! full gc */, false /* ! prologue */);
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp49 friend class VM_GC_HeapInspection;
/openjdk7/hotspot/src/share/vm/services/
H A DattachListener.cpp230 VM_GC_HeapInspection heapop(out, live_objects_only /* request full gc */, true /* need_prologue */);
H A DdiagnosticCommand.cpp301 VM_GC_HeapInspection heapop(output(),
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.cpp262 VM_GC_HeapInspection op1(gclog_or_tty, true /* force full GC before heap inspection */,

Completed in 922 milliseconds