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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h400 jshort (JNICALL *CallNonvirtualShortMethodV) member in struct:JNINativeInterface_
1155 result = functions->CallNonvirtualShortMethodV(this,obj,clazz,
1160 jshort CallNonvirtualShortMethodV(jobject obj, jclass clazz, function in struct:JNIEnv_
1162 return functions->CallNonvirtualShortMethodV(this,obj,clazz,
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h400 jshort (JNICALL *CallNonvirtualShortMethodV) member in struct:JNINativeInterface_
1155 result = functions->CallNonvirtualShortMethodV(this,obj,clazz,
1160 jshort CallNonvirtualShortMethodV(jobject obj, jclass clazz, function in struct:JNIEnv_
1162 return functions->CallNonvirtualShortMethodV(this,obj,clazz,

Completed in 51 milliseconds