Searched refs:GetMethodModifiers (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1356 jvmtiError (JNICALL *GetMethodModifiers) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2291 jvmtiError GetMethodModifiers(jmethodID method, function in struct:_jvmtiEnv
2293 return functions->GetMethodModifiers(this, method, modifiers_ptr);
/openjdk7/jdk/src/share/back/
H A Dutil.c688 error = JVMTI_FUNC_PTR(gdata->jvmti,GetMethodModifiers)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2724 JvmtiEnv::GetMethodModifiers(methodOop method_oop, jint* modifiers_ptr) { function in class:JvmtiEnv
2728 } /* end GetMethodModifiers */

Completed in 1581 milliseconds