Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.cc92 class OatWriter::DexFileSource { class in art::OatWriter
94 explicit DexFileSource(ZipEntry* zip_entry) in DexFileSource() function in art::OatWriter::DexFileSource
99 explicit DexFileSource(File* raw_file) in DexFileSource() function in art::OatWriter::DexFileSource
104 explicit DexFileSource(const uint8_t* dex_file) in DexFileSource() function in art::OatWriter::DexFileSource
213 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()
Doat_writer.h218 class DexFileSource;