Home
last modified time | relevance | path

Searched refs:new_lo_space (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/heap/
Dmarking-barrier.cc162 for (LargePage* p : *heap_->new_lo_space()) { in Deactivate()
203 for (LargePage* p : *heap_->new_lo_space()) { in Activate()
Dincremental-marking-job.cc127 heap->new_lo_space()->ResetPendingObject(); in RunInternal()
Dmark-compact.cc188 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 …]
Dconcurrent-marking.cc453 Address new_large_object = heap_->new_lo_space()->pending_object(); in Run()
Dscavenger.cc412 heap_->new_lo_space()->FreeDeadObjects([](HeapObject) { return true; }); in CollectGarbage()
Dheap.cc1967 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()
Dgc-tracer.cc288 heap_->new_space()->Size() + heap_->new_lo_space()->SizeOfObjects(); in StartInSafepoint()
Dheap.h838 NewLargeObjectSpace* new_lo_space() { return new_lo_space_; } in new_lo_space() function
/external/v8/src/runtime/
Druntime-test.cc1098 isolate->heap()->new_lo_space()->Contains(obj) || in RUNTIME_FUNCTION()
1109 isolate->heap()->new_lo_space()->Contains(elements) || in RUNTIME_FUNCTION()