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

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp447 bpRes = jvmdi->SetBreakpoint(targetClass, targetMethod, targetLocation);
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1207 jvmtiError (JNICALL *SetBreakpoint) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2110 jvmtiError SetBreakpoint(jmethodID method, function in struct:_jvmtiEnv
2112 return functions->SetBreakpoint(this, method, location);
/openjdk7/jdk/src/share/back/
H A DeventFilter.c1037 LOG_LOC(("SetBreakpoint at location: method=%p,location=%d",
1039 error = JVMTI_FUNC_PTR(gdata->jvmti,SetBreakpoint)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1990 JvmtiEnv::SetBreakpoint(methodOop method_oop, jlocation location) { function in class:JvmtiEnv
2011 } /* end SetBreakpoint */

Completed in 55 milliseconds