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

Method CallStaticIntMethodV

JNI/jni/jni.h:1450–1453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1448 return result;
1449 }
1450 jint CallStaticIntMethodV(jclass clazz,
1451 jmethodID methodID, va_list args) {
1452 return functions->CallStaticIntMethodV(this,clazz,methodID,args);
1453 }
1454 jint CallStaticIntMethodA(jclass clazz,
1455 jmethodID methodID, const jvalue *args) {
1456 return functions->CallStaticIntMethodA(this,clazz,methodID,args);

Callers 1

CallStaticIntMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected