Home
last modified time | relevance | path

Searched refs:GetRoData (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Delf_writer_quick.cc203 auto* rodata = builder_->GetRoData(); in StartRoData()
210 CHECK_EQ(builder_->GetRoData(), rodata); in EndRoData()
211 builder_->GetRoData()->End(); in EndRoData()
/aosp12/art/libelffile/elf/
H A Delf_builder.h500 Section* GetRoData() { return &rodata_; } in GetRoData() function
/aosp12/art/oatdump/
H A Doatdump.cc156 auto* rodata = builder_->GetRoData(); in Symbolize()