Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Delf_writer.h69 virtual OutputStream* StartRoData() = 0;
H A Delf_writer_quick.cc101 OutputStream* StartRoData() override;
202 OutputStream* ElfWriterQuick<ElfTypes>::StartRoData() { in StartRoData() function in art::linker::ElfWriterQuick
H A Dimage_test.h248 rodata.push_back(elf_writers[i]->StartRoData()); in DoCompile()
290 bool start_rodata_ok = oat_writer->StartRoData(cur_dex_files, in DoCompile()
H A Doat_writer.h169 bool StartRoData(const std::vector<const DexFile*>& dex_files,
H A 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()
H A Doat_writer.cc713 bool OatWriter::StartRoData(const std::vector<const DexFile*>& dex_files, in StartRoData() function in art::linker::OatWriter
/aosp12/art/dex2oat/
H A Ddex2oat.cc1670 rodata_.push_back(elf_writers_[i]->StartRoData()); in Setup()
1671 if (!oat_writers_[i]->StartRoData(dex_files_per_oat_file_[i], in Setup()