Searched refs:text_size (Results 1 - 8 of 8) sorted by relevance

/art/compiler/
H A Delf_writer.h56 size_t text_size,
H A Delf_writer_quick.cc98 size_t text_size,
179 size_t text_size,
185 text_size_ = text_size;
178 PrepareDynamicSection(size_t rodata_size, size_t text_size, size_t bss_size, size_t bss_roots_offset) argument
H A Delf_builder.h671 Elf_Word text_size,
687 Elf_Word bss_address = RoundUp(text_address + text_size, kPageSize);
700 if (text_size != 0u) {
703 dynsym_.Add(oatexec, text_index, text_address, text_size, STB_GLOBAL, STT_OBJECT);
705 Elf_Word oatlastword_address = text_address + text_size - 4;
715 Elf_Word bss_index = rodata_index + 1u + (text_size != 0 ? 1u : 0u);
669 PrepareDynamicSection(const std::string& elf_file_path, Elf_Word rodata_size, Elf_Word text_size, Elf_Word bss_size, Elf_Word bss_roots_offset) argument
H A Dimage_test.cc307 size_t text_size = oat_writer->GetOatSize() - rodata_size; local
309 text_size,
H A Doat_test.cc219 size_t text_size = oat_writer.GetOatSize() - rodata_size; local
221 text_size,
/art/compiler/debug/
H A Delf_debug_writer.cc95 size_t text_size,
101 text_size,
107 text_size,
91 MakeMiniDebugInfo( InstructionSet isa, const InstructionSetFeatures* features, size_t rodata_size, size_t text_size, const ArrayRef<const MethodDebugInfo>& method_infos) argument
/art/oatdump/
H A Doatdump.cc150 const size_t text_size = oat_file_->End() - text_begin; local
152 text->WriteNoBitsSection(text_size);
155 text->WriteFully(text_begin, text_size);
168 text_size,
/art/dex2oat/
H A Ddex2oat.cc1911 size_t text_size = oat_writer->GetOatSize() - rodata_size; local
1913 text_size,

Completed in 75 milliseconds