Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dlocal-heap.cc39 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()
Dlocal-heap.h96 ConcurrentAllocator* old_space_allocator() { return &old_space_allocator_; } in old_space_allocator()
183 ConcurrentAllocator old_space_allocator_; variable