Home
last modified time | relevance | path

Searched refs:validate (Results 1 – 3 of 3) sorted by relevance

/art/test/641-iterations/
Dinfo.txt1 Tests on varying trip counts (to validate vector/cleanup loops).
/art/tools/jfuzz/
DREADME.md108 Although test suites are extremely useful to validate the correctness of a
/art/runtime/gc/space/
Dimage_space.cc2327 bool validate = (oat_checksums != nullptr); in LoadOrValidate() local
2329 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()