| 1488 | return functions->CallStaticFloatMethodV(this,clazz,methodID,args); |
| 1489 | } |
| 1490 | jfloat CallStaticFloatMethodA(jclass clazz, |
| 1491 | jmethodID methodID, const jvalue *args) { |
| 1492 | return functions->CallStaticFloatMethodA(this,clazz,methodID,args); |
| 1493 | } |
| 1494 | |
| 1495 | jdouble CallStaticDoubleMethod(jclass clazz, |
| 1496 | jmethodID methodID, ...) { |
nothing calls this directly
no outgoing calls
no test coverage detected