Searched refs:raw_heap (Results 1 – 11 of 11) sorted by relevance
107 return ObjectSizeCounter().GetSize(const_cast<RawHeap&>(raw_heap())); in ObjectPayloadSize()128 explicit AllLABsAreEmpty(RawHeap& raw_heap) { Traverse(raw_heap); } in ResetRememberedSet() argument142 DCHECK(AllLABsAreEmpty(raw_heap()).value()); in ResetRememberedSet()174 SequentialUnmarker unmarker(raw_heap()); in Terminate()
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()
43 RawHeap* raw_heap() { return heap_; } in raw_heap() function44 const RawHeap* raw_heap() const { return heap_; } in raw_heap() function
98 RawHeap& raw_heap() { return raw_heap_; } in raw_heap() function99 const RawHeap& raw_heap() const { return raw_heap_; } in raw_heap() function
104 .raw_heap() in Free()691 void Run(RawHeap& raw_heap) { in Run() argument693 *states_ = SpaceStates(raw_heap.size()); in Run()694 Traverse(raw_heap); in Run()1039 impl_(std::make_unique<SweeperImpl>(heap.raw_heap(), in Sweeper()
47 Traverse(heap_.raw_heap()); in Run()
106 Traverse(heap->raw_heap()); in CollectDetailedStatistics()
156 SequentialUnmarker unmarker(raw_heap()); in StartGarbageCollection()
441 DCHECK_EQ(&heap, space->raw_heap()); in Compactor()
550 cppgc::internal::SequentialUnmarker unmarker(raw_heap()); in InitializeTracing()805 cppgc::internal::RawHeap& raw_heap, in ReportCustomSpaceStatistics() argument810 raw_heap.CustomSpace(custom_space_index); in ReportCustomSpaceStatistics()839 ReportCustomSpaceStatistics(heap_.raw_heap(), std::move(custom_spaces_), in Run()875 ReportCustomSpaceStatistics(raw_heap(), std::move(custom_spaces), in CollectCustomSpaceStatisticsAtLastGC()
864 visitor.Traverse(cpp_heap_.raw_heap()); in Run()