Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h155 bool AddRawDexFileSource(
Dimage_test.h252 oat_writers[i]->AddRawDexFileSource(raw_dex_file, in DoCompile()
Doat_writer_test.cc117 if (!oat_writer.AddRawDexFileSource(raw_dex_file, in WriteElf()
Doat_writer.cc637 bool OatWriter::AddRawDexFileSource(const ArrayRef<const uint8_t>& data, in AddRawDexFileSource() function in art::linker::OatWriter