Searched refs:at_single_stepping_point (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp227 static void at_single_stepping_point(JavaThread *thread, methodOop method, address location);
H A DjvmtiExport.cpp855 void JvmtiExport::at_single_stepping_point(JavaThread *thread, methodOop method, address location) { function in class:JvmtiExport
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp941 JvmtiExport::at_single_stepping_point(thread, method(thread), bcp(thread));
H A DbytecodeInterpreter.cpp175 incremented. JvmtiExport::at_single_stepping_point() may cause a
179 As a result if we call at_single_stepping_point() we refetch opcode
190 JvmtiExport::at_single_stepping_point(THREAD, \

Completed in 2138 milliseconds