| 1398 | return functions->CallStaticByteMethodV(this,clazz,methodID,args); |
| 1399 | } |
| 1400 | jbyte CallStaticByteMethodA(jclass clazz, |
| 1401 | jmethodID methodID, const jvalue *args) { |
| 1402 | return functions->CallStaticByteMethodA(this,clazz,methodID,args); |
| 1403 | } |
| 1404 | |
| 1405 | jchar CallStaticCharMethod(jclass clazz, |
| 1406 | jmethodID methodID, ...) { |
nothing calls this directly
no outgoing calls
no test coverage detected