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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.hpp68 static void notice_safepoints() {} function in class:CppInterpreter
H A DtemplateInterpreter.hpp172 static void notice_safepoints(); // stops the thread when reaching a safepoint
H A DabstractInterpreter.hpp230 static void notice_safepoints() { ShouldNotReachHere(); } // stops the thread when reaching a safepoint function in class:AbstractInterpreter
H A DtemplateInterpreter.cpp560 void TemplateInterpreter::notice_safepoints() {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEventController.cpp328 // call notice_safepoints when turning on single stepping.
335 Interpreter::notice_safepoints();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp209 Interpreter::notice_safepoints();

Completed in 43 milliseconds