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

/openjdk10/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp54 static void notice_safepoints() {} function in class:CppInterpreter
H A DtemplateInterpreter.hpp178 static void notice_safepoints(); // stops the thread when reaching a safepoint
H A DabstractInterpreter.hpp221 static void notice_safepoints() { ShouldNotReachHere(); } // stops the thread when reaching a safepoint function in class:AbstractInterpreter
H A DtemplateInterpreter.cpp277 void TemplateInterpreter::notice_safepoints() {
/openjdk10/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp191 Interpreter::notice_safepoints();
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp335 // call notice_safepoints when turning on single stepping.
342 Interpreter::notice_safepoints();

Completed in 121 milliseconds