Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.h47 uint64_t text_section_address,
Delf_debug_writer.cc117 typename ElfTypes::Addr text_section_address, in MakeMiniDebugInfoInternal() argument
129 builder->GetText()->AllocateVirtualMemory(text_section_address, text_section_size); in MakeMiniDebugInfoInternal()
151 uint64_t text_section_address, in MakeMiniDebugInfo() argument
159 text_section_address, in MakeMiniDebugInfo()
167 text_section_address, in MakeMiniDebugInfo()
/art/dex2oat/linker/
Delf_writer_quick.cc48 uint64_t text_section_address, in DebugInfoTask() argument
55 text_section_address_(text_section_address), in DebugInfoTask()