Home
last modified time | relevance | path

Searched refs:shared_old_space (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc119 std::make_unique<ConcurrentAllocator>(this, heap_->shared_old_space()); in SetUp()
Dscavenger.cc555 return new ConcurrentAllocator(nullptr, heap->shared_old_space()); in CreateSharedOldAllocator()
Dheap.h846 OldSpace* shared_old_space() { return shared_old_space_; } in shared_old_space() function
Dmark-compact.cc3538 return new ConcurrentAllocator(nullptr, heap->shared_old_space()); in CreateSharedOldAllocator()