Searched refs:next_mem_pos_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dmem_map.h236 static uintptr_t next_mem_pos_; // Next memory location to check for low_4g extent. member in class:art::MemMap
H A Dmem_map.cc131 uintptr_t MemMap::next_mem_pos_ = GenerateNextMemPos(); member in class:art::MemMap
807 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) {
834 next_mem_pos_ = reinterpret_cast<uintptr_t>(actual) + length;
864 next_mem_pos_ = tail_ptr; // update early, as we break out when we found and mapped a region
H A Dmem_map_test.cc112 return MemMap::next_mem_pos_;

Completed in 67 milliseconds