Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.cc333 DCHECK_LT(info, reinterpret_cast<AllocationInfo*>(allocation_info_map_->End())); in GetSlotIndexForAllocationInfo()
372 allocation_info_map_.reset( in FreeListSpace()
376 CHECK(allocation_info_map_.get() != nullptr) << "Failed to allocate allocation info map" in FreeListSpace()
378 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_->Begin()); in FreeListSpace()
Dlarge_object_space.h206 std::unique_ptr<MemMap> allocation_info_map_; variable