Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc248 uint64_t min_address = std::numeric_limits<uint64_t>::max(); in PackElfFileForJIT() local
281 min_address = std::min<uint64_t>(min_address, sym.st_value); in PackElfFileForJIT()
288 if (max_address > min_address) { in PackElfFileForJIT()
289 text->AllocateVirtualMemory(min_address, max_address - min_address); in PackElfFileForJIT()
336 if (max_address > min_address) { in PackElfFileForJIT()
337 builder->GetText()->AllocateVirtualMemory(min_address, max_address - min_address); in PackElfFileForJIT()