Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc142 uint64_t min_address = std::numeric_limits<uint64_t>::max(); in MakeElfFileForJITInternal() local
146 min_address = std::min(min_address, mi.code_address); in MakeElfFileForJITInternal()
162 min_address, in MakeElfFileForJITInternal()
163 max_address - min_address, in MakeElfFileForJITInternal()
171 builder->GetText()->AllocateVirtualMemory(min_address, max_address - min_address); in MakeElfFileForJITInternal()
179 builder->GetText()->AllocateVirtualMemory(min_address, max_address - min_address); in MakeElfFileForJITInternal()