Home
last modified time | relevance | path

Searched refs:error_count (Results 1 – 6 of 6) sorted by relevance

/art/tools/jvmti-agents/list-extensions/
Dlist-extensions.cc114 LOG(INFO) << "\tErrors: (count: " << info.error_count << ")"; in SetupJvmtiEnv()
115 for (jint j = 0; j < info.error_count; j++) { in SetupJvmtiEnv()
/art/runtime/
Dreflection.cc377 size_t error_count = 0; in CheckMethodArguments() local
392 ++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()
/art/openjdkjvmti/
Dti_extension.cc129 func_info.error_count = errors.size(); in GetExtensionFunctions()
139 for (jint i = 0; i != func_info.error_count; ++i) { in GetExtensionFunctions()
/art/test/913-heaps/
Dheaps.cc922 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()
/art/build/apex/
Dart_apex_test.py201 def error_count(self): member in Checker
992 if base_checker.error_count() > 0:
/art/openjdkjvmti/include/
Djvmti.h641 jint error_count; member