Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc248 uint64_t max_address = 0; in PackElfFileForJIT() local
281 max_address = std::max<uint64_t>(max_address, sym.st_value + sym.st_size); in PackElfFileForJIT()
287 if (max_address > min_address) { in PackElfFileForJIT()
288 text->AllocateVirtualMemory(min_address, max_address - min_address); in PackElfFileForJIT()
337 if (max_address > min_address) { in PackElfFileForJIT()
338 builder->GetText()->AllocateVirtualMemory(min_address, max_address - min_address); in PackElfFileForJIT()