| 1521 | functions->CallStaticVoidMethodV(this,cls,methodID,args); |
| 1522 | } |
| 1523 | void CallStaticVoidMethodA(jclass cls, jmethodID methodID, |
| 1524 | const jvalue * args) { |
| 1525 | functions->CallStaticVoidMethodA(this,cls,methodID,args); |
| 1526 | } |
| 1527 | |
| 1528 | jfieldID GetStaticFieldID(jclass clazz, const char *name, |
| 1529 | const char *sig) { |
nothing calls this directly
no outgoing calls
no test coverage detected