| 1506 | return functions->CallStaticDoubleMethodV(this,clazz,methodID,args); |
| 1507 | } |
| 1508 | jdouble CallStaticDoubleMethodA(jclass clazz, |
| 1509 | jmethodID methodID, const jvalue *args) { |
| 1510 | return functions->CallStaticDoubleMethodA(this,clazz,methodID,args); |
| 1511 | } |
| 1512 | |
| 1513 | void CallStaticVoidMethod(jclass cls, jmethodID methodID, ...) { |
| 1514 | va_list args; |
nothing calls this directly
no outgoing calls
no test coverage detected