Home
last modified time | relevance | path

Searched refs:text_size (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/linker/
Delf_writer.h64 size_t text_size,
Delf_writer_quick.cc96 size_t text_size,
177 size_t text_size, in PrepareDynamicSection() argument
186 text_size_ = text_size; in PrepareDynamicSection()
/art/libelffile/elf/
Delf_builder.h629 Elf_Word text_size, in PrepareDynamicSection() argument
643 text_.AllocateVirtualMemory(text_size); in PrepareDynamicSection()
658 if (text_size != 0u) { in PrepareDynamicSection()
664 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection()
/art/oatdump/
Doatdump.cc168 const size_t text_size = oat_file_->End() - text_begin; in Symbolize() local
171 text->WriteFully(text_begin, text_size); in Symbolize()
177 text_size, in Symbolize()