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.cc346 DCHECK_LE(info, reinterpret_cast<AllocationInfo*>(allocation_info_map_.End())); in GetSlotIndexForAllocationInfo()
393 allocation_info_map_ = in FreeListSpace()
399 CHECK(allocation_info_map_.IsValid()) << "Failed to allocate allocation info map" << error_msg; in FreeListSpace()
400 allocation_info_ = reinterpret_cast<AllocationInfo*>(allocation_info_map_.Begin()); in FreeListSpace()
416 allocation_info_map_.SetSize(alloc_info_size); in ClampGrowthLimit()
446 func(allocation_info_map_); in ForEachMemMap()
Dlarge_object_space.h249 MemMap allocation_info_map_; variable