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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h322 jshort (JNICALL *CallShortMethodV) member in struct:JNINativeInterface_
970 result = functions->CallShortMethodV(this,obj,methodID,args);
974 jshort CallShortMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
976 return functions->CallShortMethodV(this,obj,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h322 jshort (JNICALL *CallShortMethodV) member in struct:JNINativeInterface_
970 result = functions->CallShortMethodV(this,obj,methodID,args);
974 jshort CallShortMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
976 return functions->CallShortMethodV(this,obj,methodID,args);

Completed in 48 milliseconds