Searched refs:new_lo_space (Results 1 – 9 of 9) sorted by relevance
162 for (LargePage* p : *heap_->new_lo_space()) { in Deactivate()203 for (LargePage* p : *heap_->new_lo_space()) { in Activate()
127 heap->new_lo_space()->ResetPendingObject(); in RunInternal()
188 VerifyMarking(heap_->new_lo_space()); in Run()574 VerifyMarkbitsAreClean(heap_->new_lo_space()); in VerifyMarkbitsAreClean()878 heap()->new_lo_space()->ResetPendingObject(); in Prepare()2832 heap()->new_lo_space()->Flip(); in EvacuatePrologue()2833 heap()->new_lo_space()->ResetPendingObject(); in EvacuatePrologue()2851 heap()->new_lo_space()->FreeUnmarkedObjects(); in EvacuateEpilogue()3253 for (auto it = heap()->new_lo_space()->begin(); in EvacuatePagesInParallel()3254 it != heap()->new_lo_space()->end();) { in EvacuatePagesInParallel()4546 heap()->new_lo_space()->FreeDeadObjects([](HeapObject) { return true; }); in CollectGarbage()4697 heap()->new_lo_space()->Flip(); in EvacuatePrologue()[all …]
453 Address new_large_object = heap_->new_lo_space()->pending_object(); in Run()
412 heap_->new_lo_space()->FreeDeadObjects([](HeapObject) { return true; }); in CollectGarbage()
1967 Heap::new_space()->Size() + new_lo_space()->SizeOfObjects(); in PerformGarbageCollection()2228 new_lo_space()->SetCapacity(new_space()->Capacity()); in CheckNewSpaceExpansionCriteria()2262 for (auto it = new_lo_space()->begin(); it != new_lo_space()->end();) { in EvacuateYoungGeneration()2274 size_t promoted = new_space()->Size() + new_lo_space()->Size(); in EvacuateYoungGeneration()2319 new_lo_space()->Flip(); in Scavenge()2320 new_lo_space()->ResetPendingObject(); in Scavenge()
288 heap_->new_space()->Size() + heap_->new_lo_space()->SizeOfObjects(); in StartInSafepoint()
838 NewLargeObjectSpace* new_lo_space() { return new_lo_space_; } in new_lo_space() function
1098 isolate->heap()->new_lo_space()->Contains(obj) || in RUNTIME_FUNCTION()1109 isolate->heap()->new_lo_space()->Contains(elements) || in RUNTIME_FUNCTION()