Searched refs:CustomSpaceIndex (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/include/cppgc/ |
H A D | custom-space.h | 15 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 D | allocation.h | 130 GCInfoIndex, CustomSpaceIndex); 133 CustomSpaceIndex);
|
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | custom-space.h | 15 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 D | allocation.h | 130 GCInfoIndex, CustomSpaceIndex); 133 CustomSpaceIndex);
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | raw-heap.h | 78 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 D | object-allocator.h | 50 CustomSpaceIndex space_index); 52 GCInfoIndex gcinfo, CustomSpaceIndex space_index); 105 CustomSpaceIndex space_index) { in AllocateObject() 116 CustomSpaceIndex space_index) { in AllocateObject()
|
H A D | allocation.cc | 56 CustomSpaceIndex space_index) { in Allocate() 66 GCInfoIndex index, CustomSpaceIndex space_index) { in Allocate()
|
/third_party/node/deps/v8/include/ |
H A D | v8-cppgc.h | 133 std::vector<cppgc::CustomSpaceIndex> custom_spaces, 196 virtual void AllocatedBytes(cppgc::CustomSpaceIndex space_index,
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-cppgc.h | 155 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 D | cpp-heap.cc | 135 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 D | cpp-heap.h | 133 std::vector<cppgc::CustomSpaceIndex>,
|
Completed in 5 milliseconds