Searched refs:raw_heap (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-base.cc | 107 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 D | heap-page.cc | 51 .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 D | heap-space.h | 43 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 D | heap-base.h | 98 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 D | sweeper.cc | 104 .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 D | marking-verifier.cc | 47 Traverse(heap_.raw_heap()); in Run()
|
H A D | heap-statistics-collector.cc | 106 Traverse(heap->raw_heap()); in CollectDetailedStatistics()
|
H A D | heap.cc | 156 SequentialUnmarker unmarker(raw_heap()); in StartGarbageCollection()
|
H A D | compactor.cc | 441 DCHECK_EQ(&heap, space->raw_heap()); in Compactor()
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
H A D | cpp-heap.cc | 550 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 D | cpp-snapshot.cc | 864 visitor.Traverse(cpp_heap_.raw_heap()); in Run()
|
Completed in 12 milliseconds