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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h512 jbyte (JNICALL *CallStaticByteMethodV) member in struct:JNINativeInterface_
1392 result = functions->CallStaticByteMethodV(this,clazz,methodID,args);
1396 jbyte CallStaticByteMethodV(jclass clazz, function in struct:JNIEnv_
1398 return functions->CallStaticByteMethodV(this,clazz,methodID,args);
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h512 jbyte (JNICALL *CallStaticByteMethodV) member in struct:JNINativeInterface_
1392 result = functions->CallStaticByteMethodV(this,clazz,methodID,args);
1396 jbyte CallStaticByteMethodV(jclass clazz, function in struct:JNIEnv_
1398 return functions->CallStaticByteMethodV(this,clazz,methodID,args);

Completed in 301 milliseconds