Home
last modified time | relevance | path

Searched refs:ReportInvalidJNINativeMethod (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Djni_internal.cc99 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()