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

  /art/compiler/
elf_builder.h 513 rodata_(this, ".rodata", SHT_PROGBITS, SHF_ALLOC, nullptr, 0, kPageSize, 0),
546 Section* GetRoData() { return &rodata_; }
682 DCHECK_EQ(rodata_.header_.sh_addralign, static_cast<Elf_Word>(kPageSize));
686 Elf_Word rodata_address = rodata_.GetAddress();
698 Elf_Word rodata_index = rodata_.GetSectionIndex();
709 // rodata_ can be size 0 for dwarf_test.
990 Section rodata_; member in class:art::FINAL
    [all...]
  /art/dex2oat/
dex2oat.cc 607 rodata_(),
2906 std::vector<OutputStream*> rodata_; member in class:art::FINAL
    [all...]

Completed in 188 milliseconds