Searched defs:CallByteMethodV (Results 1 - 2 of 2) 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);

Completed in 50 milliseconds