Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1356 jvmtiError (JNICALL *GetMethodModifiers) (jvmtiEnv* env,
2291 jvmtiError GetMethodModifiers(jmethodID method, in GetMethodModifiers() function
2293 return functions->GetMethodModifiers(this, method, modifiers_ptr); in GetMethodModifiers()
/external/oj-libjdwp/src/share/back/
Dutil.c717 error = JVMTI_FUNC_PTR(gdata->jvmti,GetMethodModifiers) in methodModifiers()