Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer.h71 virtual OutputStream* StartRoData() = 0;
Delf_writer_quick.cc103 OutputStream* StartRoData() override;
204 OutputStream* ElfWriterQuick<ElfTypes>::StartRoData() { in StartRoData() function in art::linker::ElfWriterQuick
Dimage_test.h248 rodata.push_back(elf_writers[i]->StartRoData()); in DoCompile()
291 bool start_rodata_ok = oat_writer->StartRoData(cur_dex_files, in DoCompile()
Doat_writer.h181 bool StartRoData(const std::vector<const DexFile*>& dex_files,
Doat_writer_test.cc178 OutputStream* oat_rodata = elf_writer->StartRoData(); in DoWriteElf()
202 if (!oat_writer.StartRoData(dex_files, oat_rodata, &key_value_store)) { in DoWriteElf()
Doat_writer.cc695 bool OatWriter::StartRoData(const std::vector<const DexFile*>& dex_files, in StartRoData() function in art::linker::OatWriter
/art/dex2oat/
Ddex2oat.cc1902 rodata_.push_back(elf_writers_[i]->StartRoData()); in Setup()
1903 if (!oat_writers_[i]->StartRoData(dex_files_per_oat_file_[i], in Setup()