Searched defs:GetMethodModifiers (Results 1 - 2 of 2) sorted by relevance

/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 */
/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);

Completed in 50 milliseconds