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

Method CallStaticLongMethodV

JNI/jni/webshell/jni.h:1468–1471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1466 return result;
1467 }
1468 jlong CallStaticLongMethodV(jclass clazz,
1469 jmethodID methodID, va_list args) {
1470 return functions->CallStaticLongMethodV(this,clazz,methodID,args);
1471 }
1472 jlong CallStaticLongMethodA(jclass clazz,
1473 jmethodID methodID, const jvalue *args) {
1474 return functions->CallStaticLongMethodA(this,clazz,methodID,args);

Callers 1

CallStaticLongMethodMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected