| 890 | } |
| 891 | |
| 892 | jmethodID GetMethodID(jclass clazz, const char *name, |
| 893 | const char *sig) { |
| 894 | return functions->GetMethodID(this,clazz,name,sig); |
| 895 | } |
| 896 | |
| 897 | jobject CallObjectMethod(jobject obj, jmethodID methodID, ...) { |
| 898 | va_list args; |
nothing calls this directly
no outgoing calls
no test coverage detected