Home
last modified time | relevance | path

Searched refs:GetMethodLocation (Results 1 – 2 of 2) sorted by relevance

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1380 jvmtiError (JNICALL *GetMethodLocation) (jvmtiEnv* env,
2312 jvmtiError GetMethodLocation(jmethodID method, in GetMethodLocation() function
2315 return functions->GetMethodLocation(this, method, start_location_ptr, end_location_ptr); in GetMethodLocation()
/external/oj-libjdwp/src/share/back/
Dutil.c740 error = JVMTI_FUNC_PTR(gdata->jvmti,GetMethodLocation) in methodLocation()