Home
last modified time | relevance | path

Searched defs:check_oat (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat_test.cc98 std::function<void(const OatFile&)> check_oat = [](const OatFile&) {}) { in __anon4ab9f1040102()
1018 auto check_oat = [expected_classpath_key](const OatFile& oat_file) { in RunTest() local