| 1466 | return result; |
| 1467 | } |
| 1468 | jlong CallStaticLongMethodV(jclass clazz, |
| 1469 | jmethodID methodID, va_list args) { |
| 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); |
no outgoing calls
no test coverage detected