Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc104 class OatWriter::DexFileSource { class in art::OatWriter
113 explicit DexFileSource(ZipEntry* zip_entry) in DexFileSource() function in art::OatWriter::DexFileSource
118 explicit DexFileSource(File* raw_file) in DexFileSource() function in art::OatWriter::DexFileSource
123 explicit DexFileSource(const uint8_t* dex_file) in DexFileSource() function in art::OatWriter::DexFileSource
226 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 …]
Doat_writer.h243 class DexFileSource;