Searched refs:DexFileSource (Results 1 - 2 of 2) sorted by path

/art/dex2oat/linker/
H A Doat_writer.cc131 class OatWriter::DexFileSource { class in class:art::linker::OatWriter
140 explicit DexFileSource(ZipEntry* zip_entry) function in class:art::linker::OatWriter::DexFileSource
145 explicit DexFileSource(File* raw_file) function in class:art::linker::OatWriter::DexFileSource
150 explicit DexFileSource(const uint8_t* dex_file) function in class:art::linker::OatWriter::DexFileSource
281 DexFileSource source,
300 DexFileSource source_;
506 DexFileSource(raw_dex_files_.back().get()),
546 DexFileSource(zipped_dex_files_.back().get()),
582 DexFileSource(current_dex_data),
623 DexFileSource(dat
[all...]
H A Doat_writer.h254 class DexFileSource;

Completed in 70 milliseconds