Home
last modified time | relevance | path

Searched refs:AddRawDexFileSource (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h147 bool AddRawDexFileSource(const std::shared_ptr<DexFileContainer>& container,
Dimage_test.h260 oat_writers[i]->AddRawDexFileSource(dex_file->GetContainer(), in DoCompile()
Doat_writer_test.cc114 if (!oat_writer.AddRawDexFileSource(dex_file->GetContainer(), in WriteElf()
Doat_writer.cc463 if (!AddRawDexFileSource(container, in AddVdexDexFilesSource()
484 bool OatWriter::AddRawDexFileSource(const std::shared_ptr<DexFileContainer>& container, in AddRawDexFileSource() function in art::linker::OatWriter