Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h288 std::vector<std::unique_ptr<File>> raw_dex_files_; variable
Doat_writer.cc271 raw_dex_files_(), in OatWriter()
333 raw_dex_files_.emplace_back(new File(fd.release(), location, /* checkUsage */ false)); in AddDexFileSource()
335 DexFileSource(raw_dex_files_.back().get()), in AddDexFileSource()
1830 raw_dex_files_.clear(); in WriteDexFiles()