Home
last modified time | relevance | path

Searched defs:raw_heap (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-space.h43 RawHeap* raw_heap() { return heap_; } in raw_heap() function
44 const RawHeap* raw_heap() const { return heap_; } in raw_heap() function
Dheap-base.h98 RawHeap& raw_heap() { return raw_heap_; } in raw_heap() function
99 const RawHeap& raw_heap() const { return raw_heap_; } in raw_heap() function
Dheap-base.cc128 explicit AllLABsAreEmpty(RawHeap& raw_heap) { Traverse(raw_heap); } in ResetRememberedSet()
Dsweeper.cc691 void Run(RawHeap& raw_heap) { in Run()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc805 cppgc::internal::RawHeap& raw_heap, in ReportCustomSpaceStatistics()