| 907 | return functions->CallObjectMethodV(this,obj,methodID,args); |
| 908 | } |
| 909 | jobject CallObjectMethodA(jobject obj, jmethodID methodID, |
| 910 | const jvalue * args) { |
| 911 | return functions->CallObjectMethodA(this,obj,methodID,args); |
| 912 | } |
| 913 | |
| 914 | jboolean CallBooleanMethod(jobject obj, |
| 915 | jmethodID methodID, ...) { |
nothing calls this directly
no outgoing calls
no test coverage detected