Searched refs:old_space_allocator_ (Results 1 – 2 of 2) sorted by relevance
39 old_space_allocator_(this, heap->old_space()) { in LocalHeap()62 old_space_allocator_.FreeLinearAllocationArea(); in ~LocalHeap()148 old_space_allocator_.FreeLinearAllocationArea(); in FreeLinearAllocationArea()152 old_space_allocator_.MakeLinearAllocationAreaIterable(); in MakeLinearAllocationAreaIterable()156 old_space_allocator_.MarkLinearAllocationAreaBlack(); in MarkLinearAllocationAreaBlack()160 old_space_allocator_.UnmarkLinearAllocationArea(); in UnmarkLinearAllocationArea()
96 ConcurrentAllocator* old_space_allocator() { return &old_space_allocator_; } in old_space_allocator()183 ConcurrentAllocator old_space_allocator_; variable