| 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, ...) { |
nothing calls this directly
no outgoing calls
no test coverage detected