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

Method CallStaticShortMethodV

JNI/jni/webshell/jni.h:1432–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430 return result;
1431 }
1432 jshort CallStaticShortMethodV(jclass clazz,
1433 jmethodID methodID, va_list args) {
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);

Callers 1

CallStaticShortMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected