Home
last modified time | relevance | path

Searched refs:lo_space (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/extensions/
Dstatistics-extension.cc123 {heap->lo_space()->Size(), "lo_space_live_bytes"}, in GetCounters()
124 {heap->lo_space()->Available(), "lo_space_available_bytes"}, in GetCounters()
125 {heap->lo_space()->CommittedMemory(), "lo_space_commited_bytes"}, in GetCounters()
/third_party/node/deps/v8/src/heap/
Dmarking-barrier.cc204 for (LargePage* p : *heap_->lo_space()) { in Deactivate()
245 for (LargePage* p : *heap_->lo_space()) { in Activate()
Dconservative-stack-visitor.cc66 for (LargePage* page : *isolate_->heap()->lo_space()) { in VisitConservativelyIfPointer()
Dspaces-inl.h98 lo_iterator_(heap->lo_space()->begin()), in OldGenerationMemoryChunkIterator()
120 if (lo_iterator_ != heap_->lo_space()->end()) return *(lo_iterator_++); in next()
Dlocal-heap-inl.h59 return heap()->lo_space()->AllocateRawBackground(this, size_in_bytes); in AllocateRaw()
Dheap-allocator.h81 V8_INLINE OldLargeObjectSpace* lo_space() const;
Dheap-allocator.cc48 return lo_space()->AllocateRaw(size_in_bytes); in AllocateRawLargeInternal()
Dheap-allocator-inl.h29 OldLargeObjectSpace* HeapAllocator::lo_space() const { in lo_space() function
Dmark-compact.cc139 void VerifyMarking(LargeObjectSpace* lo_space);
199 void MarkingVerifier::VerifyMarking(LargeObjectSpace* lo_space) { in VerifyMarking() argument
200 if (!lo_space) return; in VerifyMarking()
201 LargeObjectSpaceObjectIterator it(lo_space); in VerifyMarking()
223 VerifyMarking(heap_->lo_space()); in Run()
676 VerifyMarkbitsAreClean(heap_->lo_space()); in VerifyMarkbitsAreClean()
1072 heap_->lo_space()->ClearMarkingStateOfLiveObjects(); in Finish()
3507 heap()->lo_space()->FreeUnmarkedObjects(); in EvacuateEpilogue()
3970 heap_->lo_space()->PromoteNewLargeObject(current); in EvacuatePagesInParallel()
4614 CollectRememberedSetUpdatingItems(&updating_items, heap()->lo_space(), in UpdatePointersAfterEvacuation()
[all …]
Dscavenger.cc517 heap_->lo_space()->PromoteNewLargeObject(page); in HandleSurvivingNewLargeObjects()
Dheap.h850 OldLargeObjectSpace* lo_space() { return lo_space_; } in lo_space() function
Dheap.cc1419 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(lo_space) in GarbageCollectionEpilogueInSafepoint()
1666 LargeObjectSpaceObjectIterator it(lo_space()); in CollectAllAvailableGarbage()
2733 lo_space()->PromoteNewLargeObject(page); in EvacuateYoungGeneration()
/third_party/node/deps/v8/src/runtime/
Druntime-test.cc1264 isolate->heap()->lo_space()->Contains(obj)); in RUNTIME_FUNCTION()
1274 isolate->heap()->lo_space()->Contains(elements)); in RUNTIME_FUNCTION()