Home
last modified time | relevance | path

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

/art/runtime/
Djni_internal.cc100 const char* kind, jint idx, bool return_errors) in ReportInvalidJNINativeMethod() argument
102 LOG(return_errors ? ERROR : FATAL) << "Failed to register native method in " in ReportInvalidJNINativeMethod()
2081 jint method_count, bool return_errors) { in RegisterNativeMethods() argument
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()
2173 LOG(return_errors ? ERROR : INTERNAL_FATAL) << "Failed to register native method " in RegisterNativeMethods()
2178 c->DumpClass(LOG(return_errors ? ERROR : FATAL), mirror::Class::kDumpClassFullDetail); in RegisterNativeMethods()
2182 LOG(return_errors ? ERROR : FATAL) << "Failed to register non-native method " in RegisterNativeMethods()