Searched refs:VM_GenCollectForAllocation (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp41 // VM_GenCollectForAllocation
55 // VM_GenCollectForAllocation
158 class VM_GenCollectForAllocation: public VM_GC_Operation { class in inherits:VM_GC_Operation
164 VM_GenCollectForAllocation(size_t size, function in class:VM_GenCollectForAllocation
172 ~VM_GenCollectForAllocation() {}
H A DvmGCOperations.cpp179 void VM_GenCollectForAllocation::doit() {
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.hpp45 friend class VM_GenCollectForAllocation;
111 // Callback from VM_GenCollectForAllocation operation.
H A DcollectorPolicy.cpp624 VM_GenCollectForAllocation op(size,

Completed in 45 milliseconds