| 1380 | return functions->CallStaticBooleanMethodV(this,clazz,methodID,args); |
| 1381 | } |
| 1382 | jboolean CallStaticBooleanMethodA(jclass clazz, |
| 1383 | jmethodID methodID, const jvalue *args) { |
| 1384 | return functions->CallStaticBooleanMethodA(this,clazz,methodID,args); |
| 1385 | } |
| 1386 | |
| 1387 | jbyte CallStaticByteMethod(jclass clazz, |
| 1388 | jmethodID methodID, ...) { |
nothing calls this directly
no outgoing calls
no test coverage detected