Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1412 jvmtiError (JNICALL *IsMethodSynthetic) (jvmtiEnv* env,
2335 jvmtiError IsMethodSynthetic(jmethodID method, in IsMethodSynthetic() function
2337 return functions->IsMethodSynthetic(this, method, is_synthetic_ptr); in IsMethodSynthetic()
/external/oj-libjdwp/src/share/back/
Dutil.c1384 error = JVMTI_FUNC_PTR(gdata->jvmti,IsMethodSynthetic) in isMethodSynthetic()