Searched refs:GetMethodLocation (Results 1 – 2 of 2) sorted by relevance
1380 jvmtiError (JNICALL *GetMethodLocation) (jvmtiEnv* env,2312 jvmtiError GetMethodLocation(jmethodID method, in GetMethodLocation() function2315 return functions->GetMethodLocation(this, method, start_location_ptr, end_location_ptr); in GetMethodLocation()
740 error = JVMTI_FUNC_PTR(gdata->jvmti,GetMethodLocation) in methodLocation()