Home
last modified time | relevance | path

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

/art/runtime/
Dmem_map.cc339 auto before_it = it; in MapAnonymous() local
340 --before_it; in MapAnonymous()
342 ptr = std::max(ptr, reinterpret_cast<uintptr_t>(before_it->second->BaseEnd())); in MapAnonymous()