Home
last modified time | relevance | path

Searched refs:text_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dindenter.h34 text_{text, text, text, text, text, text, text, text}, // NOLINT(whitespace/braces) in Indenter()
74 size_t to_write = std::min(remaining, sizeof(text_)); in Write()
75 RawWrite(text_, to_write); in Write()
102 const char text_[8]; variable
/art/compiler/
Delf_builder.h514 text_(this, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR, nullptr, 0, kPageSize, 0), in ElfBuilder()
535 text_.phdr_flags_ = PF_R | PF_X; in ElfBuilder()
547 Section* GetText() { return &text_; } in GetText()
683 DCHECK_EQ(text_.header_.sh_addralign, static_cast<Elf_Word>(kPageSize)); in PrepareDynamicSection()
991 Section text_; variable