Searched refs:check_for_valid_safepoint_state (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.cpp240 thread->check_for_valid_safepoint_state(true);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dmutex.cpp1374 thread->check_for_valid_safepoint_state(false);)
H A DvmThread.cpp604 t->check_for_valid_safepoint_state(true);
H A Dsynchronizer.cpp359 debug_only(if (StrictSafepointChecks) _thread->check_for_valid_safepoint_state(false);)
H A Dthread.hpp576 void check_for_valid_safepoint_state(bool potential_vm_operation) PRODUCT_RETURN;
H A Dthread.cpp893 void Thread::check_for_valid_safepoint_state(bool potential_vm_operation) { function in class:Thread

Completed in 60 milliseconds