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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp162 virtual bool allow_nested_vm_operations() const { return false; } function in class:VM_Operation
212 bool allow_nested_vm_operations() const { return true; } function in class:VM_ThreadStop
245 bool allow_nested_vm_operations() const { return true; } function in class:VM_Deoptimize
262 bool allow_nested_vm_operations() const { return true; } function in class:VM_DeoptimizeFrame
272 bool allow_nested_vm_operations() const { return true; } function in class:VM_HandleFullCodeCache
283 bool allow_nested_vm_operations() const { return true; } function in class:VM_DeoptimizeAll
292 bool allow_nested_vm_operations() const { return true; } function in class:VM_ZombieAll
301 bool allow_nested_vm_operations() const { return true; } function in class:VM_UnlinkSymbols
H A DbiasedLocking.cpp66 bool allow_nested_vm_operations() const { return false; } function in class:VM_EnableBiasedLocking
H A DvmThread.cpp662 if (!prev_vm_operation->allow_nested_vm_operations()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DvmCMSOperations.hpp84 virtual bool allow_nested_vm_operations() const { return false; } function in class:VM_CMS_Operation
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.hpp120 virtual bool allow_nested_vm_operations() const { return true; } function in class:VM_GC_Operation
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.hpp493 bool allow_nested_vm_operations() const { return true; } function in class:VM_RedefineClasses
H A DjvmtiImpl.hpp385 bool allow_nested_vm_operations() const;
H A DjvmtiEventController.cpp192 bool allow_nested_vm_operations() const { return true; } function in class:VM_EnterInterpOnlyMode
251 bool allow_nested_vm_operations() const { return true; } function in class:VM_ChangeSingleStep
H A DjvmtiImpl.cpp821 bool VM_GetOrSetLocal::allow_nested_vm_operations() const { function in class:VM_GetOrSetLocal

Completed in 50 milliseconds