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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2714 JvmtiEnv::GetMethodDeclaringClass(methodOop method_oop, jclass* declaring_class_ptr) { function in class:JvmtiEnv
2718 } /* end GetMethodDeclaringClass */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1351 jvmtiError (JNICALL *GetMethodDeclaringClass) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
2286 jvmtiError GetMethodDeclaringClass(jmethodID method, function in struct:_jvmtiEnv
2288 return functions->GetMethodDeclaringClass(this, method, declaring_class_ptr);

Completed in 51 milliseconds