Searched refs:IsMethodObsolete (Results 1 – 2 of 2) sorted by relevance
1479 jvmtiError (JNICALL *IsMethodObsolete) (jvmtiEnv* env,2340 jvmtiError IsMethodObsolete(jmethodID method, in IsMethodObsolete() function2342 return functions->IsMethodObsolete(this, method, is_obsolete_ptr); in IsMethodObsolete()
1791 error = JVMTI_FUNC_PTR(gdata->jvmti,IsMethodObsolete) in isMethodObsolete()