Searched refs:shared_old_allocator (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/heap/ |
D | mark-compact.cc | 1650 ConcurrentAllocator* shared_old_allocator, in EvacuateVisitorBase() argument 1654 shared_old_allocator_(shared_old_allocator), in EvacuateVisitorBase() 1656 shared_string_table_(shared_old_allocator != nullptr) { in EvacuateVisitorBase() 1742 ConcurrentAllocator* shared_old_allocator, in EvacuateNewSpaceVisitor() argument 1746 : EvacuateVisitorBase(heap, local_allocator, shared_old_allocator, in EvacuateNewSpaceVisitor() 1901 ConcurrentAllocator* shared_old_allocator, in EvacuateOldSpaceVisitor() argument 1903 : EvacuateVisitorBase(heap, local_allocator, shared_old_allocator, in EvacuateOldSpaceVisitor()
|