Searched refs:ClearBreakpoint (Results 1 – 2 of 2) sorted by relevance
1212 jvmtiError (JNICALL *ClearBreakpoint) (jvmtiEnv* env,2115 jvmtiError ClearBreakpoint(jmethodID method, in ClearBreakpoint() function2117 return functions->ClearBreakpoint(this, method, location); in ClearBreakpoint()
1069 error = JVMTI_FUNC_PTR(gdata->jvmti,ClearBreakpoint) in clearBreakpoint()