Searched refs:doit_prologue (Results 1 - 14 of 14) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dvm_operations_g1.hpp93 virtual bool doit_prologue();
114 virtual bool doit_prologue();
H A Dvm_operations_g1.cpp74 bool VM_G1IncCollectionPause::doit_prologue() { function in class:VM_G1IncCollectionPause
75 bool res = VM_G1OperationWithAllocRequest::doit_prologue();
216 bool VM_CGC_Operation::doit_prologue() { function in class:VM_CGC_Operation
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DvmCMSOperations.hpp56 bool _prologue_succeeded; // whether doit_prologue succeeded
76 virtual bool doit_prologue();
H A DvmCMSOperations.cpp74 bool VM_CMS_Operation::doit_prologue() { function in class:VM_CMS_Operation
/openjdk10/hotspot/src/share/vm/runtime/
H A Dvm_operations.hpp156 // doit_prologue() is called in that thread before transferring control to
158 // If doit_prologue() returns true the VM operation will proceed, and
160 // completes. If doit_prologue() returns false the VM operation is cancelled.
162 virtual bool doit_prologue() { return true; }; function in class:VM_Operation
363 bool doit_prologue();
392 bool doit_prologue();
425 bool doit_prologue();
H A Dvm_operations.cpp203 bool VM_PrintThreads::doit_prologue() { function in class:VM_PrintThreads
244 bool VM_FindDeadlocks::doit_prologue() { function in class:VM_FindDeadlocks
304 bool VM_ThreadDump::doit_prologue() { function in class:VM_ThreadDump
H A DbiasedLocking.cpp504 virtual bool doit_prologue() { function in class:VM_RevokeBias
556 virtual bool doit_prologue() { return true; } function in class:VM_BulkRevokeBias
H A DvmThread.cpp592 if (!op->doit_prologue()) {
/openjdk10/hotspot/src/share/vm/gc/shared/
H A DvmGCOperations.hpp76 bool _prologue_succeeded; // whether doit_prologue succeeded
109 virtual bool doit_prologue();
H A DvmGCOperations.cpp84 bool VM_GC_Operation::doit_prologue() { function in class:VM_GC_Operation
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.hpp58 // doit_prologue(), doit() and doit_epilogue().
60 // 1) doit_prologue() is called by the JavaThread on the way to a
99 // memory allocated in doit_prologue() and used in doit().
354 // doit_prologue() to doit() and doit_epilogue().
533 bool doit_prologue();
H A DjvmtiImpl.hpp402 bool doit_prologue();
H A DjvmtiImpl.cpp716 bool VM_GetOrSetLocal::doit_prologue() { function in class:VM_GetOrSetLocal
H A DjvmtiRedefineClasses.cpp112 bool VM_RedefineClasses::doit_prologue() { function in class:VM_RedefineClasses

Completed in 211 milliseconds