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

/openjdk9/hotspot/src/share/vm/prims/
H A Djni.h322 jshort (JNICALL *CallShortMethodV) member in struct:JNINativeInterface_
975 result = functions->CallShortMethodV(this,obj,methodID,args);
979 jshort CallShortMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
981 return functions->CallShortMethodV(this,obj,methodID,args);
/openjdk9/jdk/src/java.base/share/native/include/
H A Djni.h322 jshort (JNICALL *CallShortMethodV) member in struct:JNINativeInterface_
975 result = functions->CallShortMethodV(this,obj,methodID,args);
979 jshort CallShortMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
981 return functions->CallShortMethodV(this,obj,methodID,args);
/openjdk9/jdk/src/java.base/share/native/libjava/
H A Djni_util.c388 result.s = (*env)->CallShortMethodV(env, obj, mid, args);

Completed in 231 milliseconds