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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h289 jmethodID (JNICALL *GetMethodID) member in struct:JNINativeInterface_
892 jmethodID GetMethodID(jclass clazz, const char *name, function in struct:JNIEnv_
894 return functions->GetMethodID(this,clazz,name,sig);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h289 jmethodID (JNICALL *GetMethodID) member in struct:JNINativeInterface_
892 jmethodID GetMethodID(jclass clazz, const char *name, function in struct:JNIEnv_
894 return functions->GetMethodID(this,clazz,name,sig);

Completed in 38 milliseconds