| 993 | return functions->CallIntMethodV(this,obj,methodID,args); |
| 994 | } |
| 995 | jint CallIntMethodA(jobject obj, jmethodID methodID, |
| 996 | const jvalue * args) { |
| 997 | return functions->CallIntMethodA(this,obj,methodID,args); |
| 998 | } |
| 999 | |
| 1000 | jlong CallLongMethod(jobject obj, jmethodID methodID, ...) { |
| 1001 | va_list args; |
nothing calls this directly
no outgoing calls
no test coverage detected