Searched refs:return_errors (Results 1 – 1 of 1) sorted by relevance
/art/runtime/ |
D | jni_internal.cc | 117 const char* kind, jint idx, bool return_errors) in ReportInvalidJNINativeMethod() argument 119 LOG(return_errors ? ERROR : FATAL) << "Failed to register native method in " in ReportInvalidJNINativeMethod() 2369 jint method_count, bool return_errors) { in RegisterNativeMethods() argument 2388 ReportInvalidJNINativeMethod(soa, c, "method name", i, return_errors); in RegisterNativeMethods() 2391 ReportInvalidJNINativeMethod(soa, c, "method signature", i, return_errors); in RegisterNativeMethods() 2394 ReportInvalidJNINativeMethod(soa, c, "native function", i, return_errors); in RegisterNativeMethods() 2409 LOG(return_errors ? ERROR : FATAL) << "Failed to register native method " in RegisterNativeMethods() 2415 LOG(return_errors ? ERROR : FATAL) << "Failed to register non-native method " in RegisterNativeMethods()
|