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

/art/runtime/
H A Djni_internal.cc100 const char* kind, jint idx, bool return_errors)
102 LOG(return_errors ? ERROR : FATAL) << "Failed to register native method in "
2081 jint method_count, bool return_errors) {
2101 ReportInvalidJNINativeMethod(soa, c, "method name", i, return_errors);
2104 ReportInvalidJNINativeMethod(soa, c, "method signature", i, return_errors);
2107 ReportInvalidJNINativeMethod(soa, c, "native function", i, return_errors);
2173 LOG(return_errors ? ERROR : INTERNAL_FATAL) << "Failed to register native method "
2178 c->DumpClass(LOG(return_errors ? ERROR : FATAL), mirror::Class::kDumpClassFullDetail);
2182 LOG(return_errors ? ERROR : FATAL) << "Failed to register non-native method "
2080 RegisterNativeMethods(JNIEnv* env, jclass java_class, const JNINativeMethod* methods, jint method_count, bool return_errors) argument

Completed in 64 milliseconds