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

/openjdk7/jdk/src/share/back/
H A Dinvoker.c481 request->returnValue.s = JNI_FUNC_PTR(env,CallShortMethodA)(env,
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h324 jshort (JNICALL *CallShortMethodA) member in struct:JNINativeInterface_
978 jshort CallShortMethodA(jobject obj, jmethodID methodID, function in struct:JNIEnv_
980 return functions->CallShortMethodA(this,obj,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h324 jshort (JNICALL *CallShortMethodA) member in struct:JNINativeInterface_
978 jshort CallShortMethodA(jobject obj, jmethodID methodID, function in struct:JNIEnv_
980 return functions->CallShortMethodA(this,obj,methodID,args);

Completed in 58 milliseconds