Home
last modified time | relevance | path

Searched refs:AddVdexDexFilesSource (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h152 bool AddVdexDexFilesSource(
Doat_writer.cc603 bool OatWriter::AddVdexDexFilesSource(const VdexFile& vdex_file, const char* location) { in AddVdexDexFilesSource() function in art::linker::OatWriter
/art/dex2oat/
Ddex2oat.cc2595 if (!oat_writers_[0]->AddVdexDexFilesSource(*input_vdex_file_.get(), name.c_str())) { in AddDexFileSources()