Searched refs:validate (Results 1 – 3 of 3) sorted by relevance
1 Tests on varying trip counts (to validate vector/cleanup loops).
108 Although test suites are extremely useful to validate the correctness of a
2327 bool validate = (oat_checksums != nullptr); in LoadOrValidate() local2329 DCHECK(!validate || StartsWith(*oat_checksums, "i")); in LoadOrValidate()2366 if (validate && bcp_index > bcp_pos) { in LoadOrValidate()2372 std::string* err_msg = (i == 0 || validate) ? error_msg : &local_error_msg; in LoadOrValidate()2376 if (i == 0u || validate) { in LoadOrValidate()2397 if (validate) { in LoadOrValidate()2438 if (validate) { in LoadOrValidate()2450 if (validate) { in LoadOrValidate()