| 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); |
| 1475 | } |
| 1476 | |
| 1477 | jfloat CallStaticFloatMethod(jclass clazz, |
| 1478 | jmethodID methodID, ...) { |
nothing calls this directly
no outgoing calls
no test coverage detected