Lines Matching defs:heap
19 #include "src/heap/cppgc/heap-base.h"
20 #include "src/heap/cppgc/marker.h"
21 #include "src/heap/cppgc/stats-collector.h"
32 // A C++ heap implementation used with V8 to implement unified heap.
104 static CppHeap* From(v8::CppHeap* heap) {
105 return static_cast<CppHeap*>(heap);
107 static const CppHeap* From(const v8::CppHeap* heap) {
108 return static_cast<const CppHeap*>(heap);
170 // For unified heap, CppHeap shouldn't finalize independently (i.e.