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

Method CallNonvirtualLongMethodA

JNI/jni/webshell/jni.h:1207–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205 methodID,args);
1206 }
1207 jlong CallNonvirtualLongMethodA(jobject obj, jclass clazz,
1208 jmethodID methodID, const jvalue * args) {
1209 return functions->CallNonvirtualLongMethodA(this,obj,clazz,
1210 methodID,args);
1211 }
1212
1213 jfloat CallNonvirtualFloatMethod(jobject obj, jclass clazz,
1214 jmethodID methodID, ...) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected