Home
last modified time | relevance | path

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

/art/libartbase/base/
Dmem_map.h397 static uintptr_t next_mem_pos_; // Next memory location to check for low_4g extent. variable
Dmem_map.cc148 uintptr_t MemMap::next_mem_pos_ = GenerateNextMemPos(); member in art::MemMap
1049 for (uintptr_t ptr = next_mem_pos_; ptr < 4 * GB; ptr += kPageSize) { in MapInternalArtLow4GBAllocator()
1076 next_mem_pos_ = reinterpret_cast<uintptr_t>(actual) + length; in MapInternalArtLow4GBAllocator()
1106 next_mem_pos_ = tail_ptr; // update early, as we break out when we found and mapped a region in MapInternalArtLow4GBAllocator()
Dmem_map_test.cc129 return MemMap::next_mem_pos_; in GetLinearScanPos()