Home
last modified time | relevance | path

Searched refs:raw_heap (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-base.cc107 return ObjectSizeCounter().GetSize(const_cast<RawHeap&>(raw_heap())); in ObjectPayloadSize()
128 explicit AllLABsAreEmpty(RawHeap& raw_heap) { Traverse(raw_heap); } in ResetRememberedSet() argument
142 DCHECK(AllLABsAreEmpty(raw_heap()).value()); in ResetRememberedSet()
174 SequentialUnmarker unmarker(raw_heap()); in Terminate()
H A Dheap-page.cc51 .raw_heap() in Destroy()
120 DCHECK_EQ(&heap_.raw_heap(), space_.raw_heap()); in BasePage()
127 auto* normal_page = new (memory) NormalPage(*space.raw_heap()->heap(), space); in Create()
230 auto* heap = space.raw_heap()->heap(); in Create()
H A Dheap-space.h43 RawHeap* raw_heap() { return heap_; } in raw_heap() function in cppgc::internal::BaseSpace
44 const RawHeap* raw_heap() const { return heap_; } in raw_heap() function in cppgc::internal::BaseSpace
H A Dheap-base.h98 RawHeap& raw_heap() { return raw_heap_; } in raw_heap() function in cppgc::internal::HeapBase
99 const RawHeap& raw_heap() const { return raw_heap_; } in raw_heap() function in cppgc::internal::HeapBase
H A Dsweeper.cc104 .raw_heap() in Free()
691 void Run(RawHeap& raw_heap) { in Run() argument
693 *states_ = SpaceStates(raw_heap.size()); in Run()
694 Traverse(raw_heap); in Run()
1039 impl_(std::make_unique<SweeperImpl>(heap.raw_heap(), in Sweeper()
H A Dmarking-verifier.cc47 Traverse(heap_.raw_heap()); in Run()
H A Dheap-statistics-collector.cc106 Traverse(heap->raw_heap()); in CollectDetailedStatistics()
H A Dheap.cc156 SequentialUnmarker unmarker(raw_heap()); in StartGarbageCollection()
H A Dcompactor.cc441 DCHECK_EQ(&heap, space->raw_heap()); in Compactor()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc550 cppgc::internal::SequentialUnmarker unmarker(raw_heap()); in InitializeTracing()
805 cppgc::internal::RawHeap& raw_heap, in ReportCustomSpaceStatistics()
810 raw_heap.CustomSpace(custom_space_index); in ReportCustomSpaceStatistics()
839 ReportCustomSpaceStatistics(heap_.raw_heap(), std::move(custom_spaces_),
875 ReportCustomSpaceStatistics(raw_heap(), std::move(custom_spaces), in CollectCustomSpaceStatisticsAtLastGC()
804 ReportCustomSpaceStatistics( cppgc::internal::RawHeap& raw_heap, std::vector<cppgc::CustomSpaceIndex> custom_spaces, std::unique_ptr<CustomSpaceStatisticsReceiver> receiver) ReportCustomSpaceStatistics() argument
H A Dcpp-snapshot.cc864 visitor.Traverse(cpp_heap_.raw_heap()); in Run()

Completed in 12 milliseconds