Searched refs:DexFileSource (Results 1 – 2 of 2) sorted by relevance
92 class OatWriter::DexFileSource { class in art::OatWriter94 explicit DexFileSource(ZipEntry* zip_entry) in DexFileSource() function in art::OatWriter::DexFileSource99 explicit DexFileSource(File* raw_file) in DexFileSource() function in art::OatWriter::DexFileSource104 explicit DexFileSource(const uint8_t* dex_file) in DexFileSource() function in art::OatWriter::DexFileSource213 DexFileSource source,229 DexFileSource source_;335 DexFileSource(raw_dex_files_.back().get()), in AddDexFileSource()371 DexFileSource(zipped_dex_files_.back().get()), in AddZippedDexFilesSource()402 oat_dex_files_.emplace_back(location, DexFileSource(data.data()), create_type_lookup_table); in AddRawDexFileSource()2249 DexFileSource source, in OatDexFile()
218 class DexFileSource;