Home
last modified time | relevance | path

Searched defs:custom_spaces (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Draw-heap.cc17 const std::vector<std::unique_ptr<CustomSpaceBase>>& custom_spaces) in RawHeap()
Dheap-base.cc56 const std::vector<std::unique_ptr<CustomSpaceBase>>& custom_spaces, in HeapBase()
Dheap.cc25 const std::vector<std::unique_ptr<CustomSpaceBase>>& custom_spaces) { in VerifyCustomSpaces()
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc135 std::vector<cppgc::CustomSpaceIndex> custom_spaces, in CollectCustomSpaceStatisticsAtLastGC()
426 const std::vector<std::unique_ptr<cppgc::CustomSpaceBase>>& custom_spaces, in CppHeap()
806 std::vector<cppgc::CustomSpaceIndex> custom_spaces, in ReportCustomSpaceStatistics()
826 std::vector<cppgc::CustomSpaceIndex> custom_spaces, in CollectCustomSpaceStatisticsAtLastGCTask()
866 std::vector<cppgc::CustomSpaceIndex> custom_spaces, in CollectCustomSpaceStatisticsAtLastGC()
/third_party/node/deps/v8/include/cppgc/
Dheap.h131 std::vector<std::unique_ptr<CustomSpaceBase>> custom_spaces; member
/third_party/node/deps/v8/include/
Dv8-cppgc.h83 std::vector<std::unique_ptr<cppgc::CustomSpaceBase>> custom_spaces; member