Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc2210 std::vector<std::unique_ptr<OatFile>>* opened_oat_files, in OpenClassPathFiles() argument
2214 DCHECK(opened_oat_files != nullptr) << "OpenClassPathFiles oat out-param is nullptr"; in OpenClassPathFiles()
2239 opened_oat_files->push_back(std::move(oat_file)); in OpenClassPathFiles()