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

Method CallStaticIntMethodA

JNI/jni/jni.h:1454–1457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
1457 }
1458
1459 jlong CallStaticLongMethod(jclass clazz,
1460 jmethodID methodID, ...) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected