Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc143 uint64_t max_address = 0; in MakeElfFileForJITInternal() local
147 max_address = std::max(max_address, mi.code_address + mi.code_size); 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()