MCPcopy Create free account
hub / github.com/Firebasky/Java / CallNonvirtualByteMethodV

Method CallNonvirtualByteMethodV

JNI/jni/jni.h:1118–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1116 return result;
1117 }
1118 jbyte CallNonvirtualByteMethodV(jobject obj, jclass clazz,
1119 jmethodID methodID, va_list args) {
1120 return functions->CallNonvirtualByteMethodV(this,obj,clazz,
1121 methodID,args);
1122 }
1123 jbyte CallNonvirtualByteMethodA(jobject obj, jclass clazz,
1124 jmethodID methodID, const jvalue * args) {
1125 return functions->CallNonvirtualByteMethodA(this,obj,clazz,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected