HomeSort by relevance Sort by last modified time
    Searched refs:GetRoData (Results 1 - 4 of 4) sorted by null

  /art/compiler/
elf_writer_quick.cc 197 auto* rodata = builder_->GetRoData();
204 CHECK_EQ(builder_->GetRoData(), rodata);
205 builder_->GetRoData()->End();
elf_builder.h 546 Section* GetRoData() { return &rodata_; }
    [all...]
  /art/compiler/debug/
elf_gnu_debugdata_writer.h 93 builder->GetRoData()->WriteNoBitsSection(rodata_section_size);
  /art/oatdump/
oatdump.cc 135 auto* rodata = builder_->GetRoData();
    [all...]

Completed in 206 milliseconds