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()
2094 jint method_count, bool return_errors) { in RegisterNativeMethods() argument
2114 ReportInvalidJNINativeMethod(soa, c, "method name", i, return_errors); in RegisterNativeMethods()
2117 ReportInvalidJNINativeMethod(soa, c, "method signature", i, return_errors); in RegisterNativeMethods()
2120 ReportInvalidJNINativeMethod(soa, c, "native function", i, return_errors); in RegisterNativeMethods()
2186 LOG(return_errors ? ERROR : INTERNAL_FATAL) << "Failed to register native method " in RegisterNativeMethods()
2191 c->DumpClass(LOG(return_errors ? ERROR : FATAL), mirror::Class::kDumpClassFullDetail); in RegisterNativeMethods()
2195 LOG(return_errors ? ERROR : FATAL) << "Failed to register non-native method " in RegisterNativeMethods()