Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1479 jvmtiError (JNICALL *IsMethodObsolete) (jvmtiEnv* env,
2340 jvmtiError IsMethodObsolete(jmethodID method, in IsMethodObsolete() function
2342 return functions->IsMethodObsolete(this, method, is_obsolete_ptr); in IsMethodObsolete()
/external/oj-libjdwp/src/share/back/
Dutil.c1791 error = JVMTI_FUNC_PTR(gdata->jvmti,IsMethodObsolete) in isMethodObsolete()