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.cc117 size_t text_section_size, in MakeMiniDebugInfoInternal() argument
127 if (text_section_size != 0) { in MakeMiniDebugInfoInternal()
128 builder->GetText()->AllocateVirtualMemory(text_section_address, text_section_size); in MakeMiniDebugInfoInternal()
151 size_t text_section_size, in MakeMiniDebugInfo() argument
159 text_section_size, in MakeMiniDebugInfo()
167 text_section_size, in MakeMiniDebugInfo()
Delf_debug_writer.h47 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()