Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.h146 bool AddRawDexFileSource(const std::shared_ptr<DexFileContainer>& container,
H A Dimage_test.h259 oat_writers[i]->AddRawDexFileSource(dex_file->GetContainer(), in DoCompile()
H A Doat_writer_test.cc111 if (!oat_writer.AddRawDexFileSource(dex_file->GetContainer(), in WriteElf()
H A 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