Searched refs:lo_space (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/extensions/ |
D | statistics-extension.cc | 123 {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/ |
D | marking-barrier.cc | 204 for (LargePage* p : *heap_->lo_space()) { in Deactivate() 245 for (LargePage* p : *heap_->lo_space()) { in Activate()
|
D | conservative-stack-visitor.cc | 66 for (LargePage* page : *isolate_->heap()->lo_space()) { in VisitConservativelyIfPointer()
|
D | spaces-inl.h | 98 lo_iterator_(heap->lo_space()->begin()), in OldGenerationMemoryChunkIterator() 120 if (lo_iterator_ != heap_->lo_space()->end()) return *(lo_iterator_++); in next()
|
D | local-heap-inl.h | 59 return heap()->lo_space()->AllocateRawBackground(this, size_in_bytes); in AllocateRaw()
|
D | heap-allocator.h | 81 V8_INLINE OldLargeObjectSpace* lo_space() const;
|
D | heap-allocator.cc | 48 return lo_space()->AllocateRaw(size_in_bytes); in AllocateRawLargeInternal()
|
D | heap-allocator-inl.h | 29 OldLargeObjectSpace* HeapAllocator::lo_space() const { in lo_space() function
|
D | mark-compact.cc | 139 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 …]
|
D | scavenger.cc | 517 heap_->lo_space()->PromoteNewLargeObject(page); in HandleSurvivingNewLargeObjects()
|
D | heap.h | 850 OldLargeObjectSpace* lo_space() { return lo_space_; } in lo_space() function
|
D | heap.cc | 1419 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/ |
D | runtime-test.cc | 1264 isolate->heap()->lo_space()->Contains(obj)); in RUNTIME_FUNCTION() 1274 isolate->heap()->lo_space()->Contains(elements)); in RUNTIME_FUNCTION()
|