Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h139 bool AddRawDexFileSource(
Dimage_test.cc117 oat_writer.AddRawDexFileSource(raw_dex_file, in TestWriteRead()
Doat_test.cc137 if (!oat_writer.AddRawDexFileSource(raw_dex_file, in WriteElf()
Doat_writer.cc382 bool OatWriter::AddRawDexFileSource(const ArrayRef<const uint8_t>& data, in AddRawDexFileSource() function in art::OatWriter