Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc249 uint64_t max_address = 0; in PackElfFileForJIT() local
282 max_address = std::max<uint64_t>(max_address, sym.st_value + sym.st_size); 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()