Searched refs:new_lo_space (Results 1 – 12 of 12) sorted by relevance
200 for (LargePage* p : *heap_->new_lo_space()) { in Deactivate()240 for (LargePage* p : *heap_->new_lo_space()) { in Activate()
80 V8_INLINE NewLargeObjectSpace* new_lo_space() const;
46 return new_lo_space()->AllocateRaw(size_in_bytes); in AllocateRawLargeInternal()
128 heap->new_lo_space()->ResetPendingObject(); in RunInternal()
219 VerifyMarking(heap_->new_lo_space()); in Run()678 VerifyMarkbitsAreClean(heap_->new_lo_space()); in VerifyMarkbitsAreClean()1006 if (heap()->new_lo_space()) { in Prepare()1007 heap()->new_lo_space()->ResetPendingObject(); in Prepare()3484 if (heap()->new_lo_space()) { in EvacuatePrologue()3485 heap()->new_lo_space()->Flip(); in EvacuatePrologue()3486 heap()->new_lo_space()->ResetPendingObject(); in EvacuatePrologue()3509 if (heap()->new_lo_space()) { in EvacuateEpilogue()3510 heap()->new_lo_space()->FreeUnmarkedObjects(); in EvacuateEpilogue()3959 if (heap()->new_lo_space()) { in EvacuatePagesInParallel()[all …]
39 NewLargeObjectSpace* HeapAllocator::new_lo_space() const { in new_lo_space() function
519 if (heap_->new_lo_space()) { in Run()520 new_large_object = heap_->new_lo_space()->pending_object(); in Run()
2304 NewSpaceSize() + (new_lo_space() ? new_lo_space()->SizeOfObjects() : 0); in PerformGarbageCollection()2690 new_lo_space()->SetCapacity(new_space()->Capacity()); in CheckNewSpaceExpansionCriteria()2728 for (auto it = new_lo_space()->begin(); it != new_lo_space()->end();) { in EvacuateYoungGeneration()2740 size_t promoted = new_space()->Size() + new_lo_space()->Size(); in EvacuateYoungGeneration()2802 new_lo_space()->Flip(); in Scavenge()2803 new_lo_space()->ResetPendingObject(); in Scavenge()
346 (heap_->new_lo_space() ? heap_->new_lo_space()->SizeOfObjects() : 0); in StartInSafepoint()
426 heap_->new_lo_space()->FreeDeadObjects([](HeapObject) { return true; }); in CollectGarbage()
852 NewLargeObjectSpace* new_lo_space() { return new_lo_space_; } in new_lo_space() function
1262 isolate->heap()->new_lo_space()->Contains(obj) || in RUNTIME_FUNCTION()1273 isolate->heap()->new_lo_space()->Contains(elements) || in RUNTIME_FUNCTION()