Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_writer.cc244 uint64_t max_address = 0; in PackElfFileForJIT() local
277 max_address = std::max<uint64_t>(max_address, sym.st_value + sym.st_size); in PackElfFileForJIT()
283 if (max_address > min_address) { in PackElfFileForJIT()
284 text->AllocateVirtualMemory(min_address, max_address - min_address); in PackElfFileForJIT()
331 if (max_address > min_address) { in PackElfFileForJIT()
332 builder->GetText()->AllocateVirtualMemory(min_address, max_address - min_address); in PackElfFileForJIT()