Home
last modified time | relevance | path

Searched refs:CustomSpaceIndex (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/v8/include/cppgc/
H A Dcustom-space.h15 struct CustomSpaceIndex { struct
16 constexpr CustomSpaceIndex(size_t value) : value(value) {} // NOLINT in CustomSpaceIndex() function
27 virtual CustomSpaceIndex GetCustomSpaceIndex() const = 0;
40 * static constexpr CustomSpaceIndex kSpaceIndex = 0;
44 * static constexpr CustomSpaceIndex kSpaceIndex = 1;
57 CustomSpaceIndex GetCustomSpaceIndex() const final {
H A Dallocation.h130 GCInfoIndex, CustomSpaceIndex);
133 CustomSpaceIndex);
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dcustom-space.h15 struct CustomSpaceIndex { struct
16 constexpr CustomSpaceIndex(size_t value) : value(value) {} // NOLINT in CustomSpaceIndex() function
27 virtual CustomSpaceIndex GetCustomSpaceIndex() const = 0;
40 * static constexpr CustomSpaceIndex kSpaceIndex = 0;
44 * static constexpr CustomSpaceIndex kSpaceIndex = 1;
57 CustomSpaceIndex GetCustomSpaceIndex() const final {
H A Dallocation.h130 GCInfoIndex, CustomSpaceIndex);
133 CustomSpaceIndex);
/third_party/node/deps/v8/src/heap/cppgc/
H A Draw-heap.h78 BaseSpace* CustomSpace(CustomSpaceIndex space_index) { in CustomSpace()
81 const BaseSpace* CustomSpace(CustomSpaceIndex space_index) const { in CustomSpace()
89 size_t SpaceIndexForCustomSpace(CustomSpaceIndex space_index) const { in SpaceIndexForCustomSpace()
H A Dobject-allocator.h50 CustomSpaceIndex space_index);
52 GCInfoIndex gcinfo, CustomSpaceIndex space_index);
105 CustomSpaceIndex space_index) { in AllocateObject()
116 CustomSpaceIndex space_index) { in AllocateObject()
H A Dallocation.cc56 CustomSpaceIndex space_index) { in Allocate()
66 GCInfoIndex index, CustomSpaceIndex space_index) { in Allocate()
/third_party/node/deps/v8/include/
H A Dv8-cppgc.h133 std::vector<cppgc::CustomSpaceIndex> custom_spaces,
196 virtual void AllocatedBytes(cppgc::CustomSpaceIndex space_index,
/third_party/node/deps/v8/include/v8-include/
H A Dv8-cppgc.h155 std::vector<cppgc::CustomSpaceIndex> custom_spaces,
218 virtual void AllocatedBytes(cppgc::CustomSpaceIndex space_index,
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.cc135 std::vector<cppgc::CustomSpaceIndex> custom_spaces, in CollectCustomSpaceStatisticsAtLastGC()
806 std::vector<cppgc::CustomSpaceIndex> custom_spaces, in ReportCustomSpaceStatistics()
826 std::vector<cppgc::CustomSpaceIndex> custom_spaces, in CollectCustomSpaceStatisticsAtLastGCTask()
854 std::vector<cppgc::CustomSpaceIndex> custom_spaces_;
866 std::vector<cppgc::CustomSpaceIndex> custom_spaces, in CollectCustomSpaceStatisticsAtLastGC()
H A Dcpp-heap.h133 std::vector<cppgc::CustomSpaceIndex>,

Completed in 5 milliseconds