Home
last modified time | relevance | path

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

/art/runtime/
Delf_file.cc1152 MemMap local_reservation = MemMap::MapAnonymous( in Load() local
1161 if (!local_reservation.IsValid()) { in Load()
1171 static_cast<uintptr_t>(local_reservation.Begin() - vaddr_begin)); in Load()
1177 segments_.push_back(std::move(local_reservation)); in Load()