Searched defs:return_errors (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Djni_internal.cc117 const char* kind, jint idx, bool return_errors)
119 LOG(return_errors ? ERROR : FATAL) << "Failed to register native method in "
2371 jint method_count, bool return_errors) {
2390 ReportInvalidJNINativeMethod(soa, c, "method name", i, return_errors);
2393 ReportInvalidJNINativeMethod(soa, c, "method signature", i, return_errors);
2396 ReportInvalidJNINativeMethod(soa, c, "native function", i, return_errors);
2411 LOG(return_errors ? ERROR : FATAL) << "Failed to register native method "
2417 LOG(return_errors ? ERROR : FATAL) << "Failed to register non-native method "
2370 RegisterNativeMethods(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, jint method_count, bool return_errors) argument

Completed in 38 milliseconds