| 942 | return functions->CallByteMethodV(this,obj,methodID,args); |
| 943 | } |
| 944 | jbyte CallByteMethodA(jobject obj, jmethodID methodID, |
| 945 | const jvalue * args) { |
| 946 | return functions->CallByteMethodA(this,obj,methodID,args); |
| 947 | } |
| 948 | |
| 949 | jchar CallCharMethod(jobject obj, jmethodID methodID, ...) { |
| 950 | va_list args; |
nothing calls this directly
no outgoing calls
no test coverage detected