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

/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 "
2369 jint method_count, bool return_errors) {
2388 ReportInvalidJNINativeMethod(soa, c, "method name", i, return_errors);
2391 ReportInvalidJNINativeMethod(soa, c, "method signature", i, return_errors);
2394 ReportInvalidJNINativeMethod(soa, c, "native function", i, return_errors);
2409 LOG(return_errors ? ERROR : FATAL) << "Failed to register native method "
2415 LOG(return_errors ? ERROR : FATAL) << "Failed to register non-native method "
2368 RegisterNativeMethods(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, jint method_count, bool return_errors) argument

Completed in 37 milliseconds