Searched refs:error_count (Results 1 – 6 of 6) sorted by relevance
114 LOG(INFO) << "\tErrors: (count: " << info.error_count << ")"; in SetupJvmtiEnv()115 for (jint j = 0; j < info.error_count; j++) { in SetupJvmtiEnv()
377 size_t error_count = 0; in CheckMethodArguments() local392 ++error_count; in CheckMethodArguments()403 ++error_count; in CheckMethodArguments()413 ++error_count; in CheckMethodArguments()419 ++error_count; in CheckMethodArguments()425 ++error_count; in CheckMethodArguments()431 ++error_count; in CheckMethodArguments()436 if (UNLIKELY(error_count > 0)) { in CheckMethodArguments()
129 func_info.error_count = errors.size(); in GetExtensionFunctions()139 for (jint i = 0; i != func_info.error_count; ++i) { in GetExtensionFunctions()
922 CHECK_EQ(extensions[i].error_count, 1); in Java_art_Test913_checkForExtensionApis()944 CHECK_EQ(extensions[i].error_count, 1); in Java_art_Test913_checkForExtensionApis()974 CHECK_EQ(extensions[i].error_count, 3); in Java_art_Test913_checkForExtensionApis()
266 def error_count(self): member in Checker1047 if base_checker.error_count() > 0:
641 jint error_count; member