Searched defs:SetBreakpoint (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1990 JvmtiEnv::SetBreakpoint(methodOop method_oop, jlocation location) { function in class:JvmtiEnv
2011 } /* end SetBreakpoint */
/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);

Completed in 49 milliseconds