| 791 | return functions->DefineClass(this, name, loader, buf, len); |
| 792 | } |
| 793 | jclass FindClass(const char *name) { |
| 794 | return functions->FindClass(this, name); |
| 795 | } |
| 796 | jmethodID FromReflectedMethod(jobject method) { |
| 797 | return functions->FromReflectedMethod(this,method); |
| 798 | } |
nothing calls this directly
no outgoing calls
no test coverage detected