Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Delf_writer_quick.cc94 size_t text_size,
175 size_t text_size, in PrepareDynamicSection() argument
184 text_size_ = text_size; in PrepareDynamicSection()
H A Delf_writer.h62 size_t text_size,
/aosp12/system/unwinding/libunwindstack/tests/
H A DJitDebugTest.cpp312 uint64_t text_size; in TEST_F() local
313 ASSERT_TRUE(elf->GetTextRange(&text_addr, &text_size)); in TEST_F()
315 ASSERT_EQ(text_size, 0x200u); in TEST_F()
/aosp12/art/libelffile/elf/
H A 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()
/aosp12/art/oatdump/
H A 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()