Home
last modified time | relevance | path

Searched refs:text_section_size (Results 1 – 3 of 3) sorted by relevance

/art/compiler/debug/
Delf_debug_writer.cc118 size_t text_section_size, in MakeMiniDebugInfoInternal() argument
128 if (text_section_size != 0) { in MakeMiniDebugInfoInternal()
129 builder->GetText()->AllocateVirtualMemory(text_section_address, text_section_size); in MakeMiniDebugInfoInternal()
152 size_t text_section_size, in MakeMiniDebugInfo() argument
160 text_section_size, in MakeMiniDebugInfo()
168 text_section_size, in MakeMiniDebugInfo()
Delf_debug_writer.h48 size_t text_section_size,
/art/dex2oat/linker/
Delf_writer_quick.cc49 size_t text_section_size, in DebugInfoTask() argument
56 text_section_size_(text_section_size), in DebugInfoTask()