Searched refs:DexFileSource (Results 1 – 2 of 2) sorted by relevance
104 class OatWriter::DexFileSource { class in art::OatWriter113 explicit DexFileSource(ZipEntry* zip_entry) in DexFileSource() function in art::OatWriter::DexFileSource118 explicit DexFileSource(File* raw_file) in DexFileSource() function in art::OatWriter::DexFileSource123 explicit DexFileSource(const uint8_t* dex_file) in DexFileSource() function in art::OatWriter::DexFileSource226 DexFileSource source,241 DexFileSource source_;363 DexFileSource(raw_dex_files_.back().get()), in AddDexFileSource()399 DexFileSource(zipped_dex_files_.back().get()), in AddZippedDexFilesSource()429 DexFileSource(current_dex_data), in AddVdexDexFilesSource()467 oat_dex_files_.emplace_back(location, DexFileSource(data.data()), create_type_lookup_table); in AddRawDexFileSource()[all …]
243 class DexFileSource;