Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Delf_writer.h62 size_t text_size,
Delf_writer_quick.cc93 size_t text_size,
174 size_t text_size, in PrepareDynamicSection() argument
183 text_size_ = text_size; in PrepareDynamicSection()
/art/libelffile/elf/
Delf_builder.h639 Elf_Word text_size, in PrepareDynamicSection() argument
653 text_.AllocateVirtualMemory(text_size); in PrepareDynamicSection()
668 if (text_size != 0u) { in PrepareDynamicSection()
674 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection()
/art/oatdump/
Doatdump.cc167 const size_t text_size = oat_file_->End() - text_begin; in Symbolize() local
170 text->WriteFully(text_begin, text_size); in Symbolize()
176 text_size, in Symbolize()