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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h308 jbyte (JNICALL *CallByteMethodV) member in struct:JNINativeInterface_
936 result = functions->CallByteMethodV(this,obj,methodID,args);
940 jbyte CallByteMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
942 return functions->CallByteMethodV(this,obj,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h308 jbyte (JNICALL *CallByteMethodV) member in struct:JNINativeInterface_
936 result = functions->CallByteMethodV(this,obj,methodID,args);
940 jbyte CallByteMethodV(jobject obj, jmethodID methodID, function in struct:JNIEnv_
942 return functions->CallByteMethodV(this,obj,methodID,args);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c325 result.b = (*env)->CallByteMethodV(env, obj, mid, args);

Completed in 52 milliseconds