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

Method CallStaticShortMethodA

JNI/jni/jni.h:1436–1439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434 return functions->CallStaticShortMethodV(this,clazz,methodID,args);
1435 }
1436 jshort CallStaticShortMethodA(jclass clazz,
1437 jmethodID methodID, const jvalue *args) {
1438 return functions->CallStaticShortMethodA(this,clazz,methodID,args);
1439 }
1440
1441 jint CallStaticIntMethod(jclass clazz,
1442 jmethodID methodID, ...) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected