Lines Matching refs:heap_
23 : heap_(heap), in Sweeper()
151 should_reduce_memory_ = heap_->ShouldReduceMemory(); in StartSweeping()
153 heap_->mark_compact_collector()->non_atomic_marking_state(); in StartSweeping()
174 !heap_->delay_sweeper_tasks_for_testing_) { in StartSweeperTasks()
177 std::make_unique<SweeperJob>(heap_->isolate(), this)); in StartSweeperTasks()
389 PtrComprCageBase cage_base(heap_->isolate()); in RawSweep()
476 TRACE_GC_EPOCH(heap_->tracer(), GCTracer::Scope::MC_INCREMENTAL_SWEEPING, in IncrementalSweepSpace()
478 const double start = heap_->MonotonicallyIncreasingTimeInMs(); in IncrementalSweepSpace()
482 const double duration = heap_->MonotonicallyIncreasingTimeInMs() - start; in IncrementalSweepSpace()
483 heap_->tracer()->AddIncrementalSweepingStep(duration); in IncrementalSweepSpace()
582 v8::Isolate* isolate = reinterpret_cast<v8::Isolate*>(heap_->isolate()); in ScheduleIncrementalSweepingTask()
586 std::make_unique<IncrementalSweeperTask>(heap_->isolate(), this)); in ScheduleIncrementalSweepingTask()
618 heap_->paged_space(space)->IncreaseAllocatedBytes( in PrepareToBeSweptPage()
638 if (heap_->isolate()->cancelable_task_manager()->TryAbort( in EnsureIterabilityCompleted()
687 auto task = std::make_unique<IterabilityTask>(heap_->isolate(), this, in StartIterabilityTasks()