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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp1584 static jmethodID get_method_id(JNIEnv *env, jclass clazz, const char *name_str, function
1647 jmethodID ret = get_method_id(env, clazz, name, sig, false, thread);
1667 jmethodID ret = get_method_id(env, clazz, name, sig, true, thread);

Completed in 40 milliseconds