Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1407 jvmtiError (JNICALL *IsMethodNative) (jvmtiEnv* env,
2330 jvmtiError IsMethodNative(jmethodID method, in IsMethodNative() function
2332 return functions->IsMethodNative(this, method, is_native_ptr); in IsMethodNative()
/external/oj-libjdwp/src/share/back/
Dutil.c1400 error = JVMTI_FUNC_PTR(gdata->jvmti,IsMethodNative) in isMethodNative()