Searched refs:compaction_spaces_ (Results 1 – 2 of 2) sorted by relevance
25 compaction_spaces_(heap), in LocalAllocator()31 heap_->old_space()->MergeCompactionSpace(compaction_spaces_.Get(OLD_SPACE)); in Finalize()33 compaction_spaces_.Get(CODE_SPACE)); in Finalize()60 CompactionSpaceCollection compaction_spaces_; variable
22 return compaction_spaces_.Get(OLD_SPACE)->AllocateRaw(object_size, in Allocate()25 return compaction_spaces_.Get(CODE_SPACE) in Allocate()58 if (!compaction_spaces_.Get(OLD_SPACE)->TryFreeLast(object, object_size)) { in FreeLastInOldSpace()