Searched refs:ReportInvalidJNINativeMethod (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | jni_internal.cc | 99 static void ReportInvalidJNINativeMethod(const ScopedObjectAccess& soa, mirror::Class* c, in ReportInvalidJNINativeMethod() function 2101 ReportInvalidJNINativeMethod(soa, c, "method name", i, return_errors); in RegisterNativeMethods() 2104 ReportInvalidJNINativeMethod(soa, c, "method signature", i, return_errors); in RegisterNativeMethods() 2107 ReportInvalidJNINativeMethod(soa, c, "native function", i, return_errors); in RegisterNativeMethods()
|