| 1502 | return result; |
| 1503 | } |
| 1504 | jdouble CallStaticDoubleMethodV(jclass clazz, |
| 1505 | jmethodID methodID, va_list args) { |
| 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); |
no outgoing calls
no test coverage detected