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

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.hpp83 virtual bool is_cheap_allocated() const { return false; } function in class:VM_CMS_Operation
146 virtual bool is_cheap_allocated() const { return false; } function in class:VM_GenCollectFullConcurrent
/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp163 virtual bool is_cheap_allocated() const { return false; } function in class:VM_Operation
214 bool is_cheap_allocated() const { return true; } function in class:VM_ThreadStop
237 bool is_cheap_allocated() const { return true; } function in class:VM_ForceAsyncSafepoint
H A DvmThread.cpp408 bool c_heap_allocated = op->is_cheap_allocated();
617 bool execute_epilog = !op->is_cheap_allocated();
618 assert(!concurrent || op->is_cheap_allocated(), "concurrent => cheap_allocated");
638 if (op->is_cheap_allocated()) delete op;
684 if (op->is_cheap_allocated()) delete op;
H A DbiasedLocking.cpp49 VM_EnableBiasedLocking(bool is_cheap_allocated) { _is_cheap_allocated = is_cheap_allocated; } argument
52 bool is_cheap_allocated() const { return _is_cheap_allocated; } function in class:VM_EnableBiasedLocking

Completed in 37 milliseconds