Home
last modified time | relevance | path

Searched refs:StartRoData (Results 1 – 5 of 5) sorted by relevance

/art/dex2oat/linker/
Delf_writer.h71 virtual OutputStream* StartRoData() = 0;
Delf_writer_quick.cc113 OutputStream* StartRoData() OVERRIDE;
217 OutputStream* ElfWriterQuick<ElfTypes>::StartRoData() { in StartRoData() function in art::linker::ElfWriterQuick
Dimage_test.h261 rodata.push_back(elf_writers[i]->StartRoData()); in Compile()
Doat_writer_test.cc190 OutputStream* oat_rodata = elf_writer->StartRoData(); in DoWriteElf()
/art/dex2oat/
Ddex2oat.cc1645 rodata_.push_back(elf_writers_[i]->StartRoData()); in Setup()