Searched refs:AsBase (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/ |
D | heap.h | 32 HeapBase& AsBase() { return *this; } in AsBase() function 33 const HeapBase& AsBase() const { return *this; } in AsBase() function
|
D | heap.cc | 162 marker_ = std::make_unique<Marker>(AsBase(), platform_.get(), marking_config); in StartGarbageCollection()
|
/third_party/node/deps/v8/src/heap/cppgc-js/ |
D | cpp-heap.h | 120 HeapBase& AsBase() { return *this; } in AsBase() function 121 const HeapBase& AsBase() const { return *this; } in AsBase() function
|
D | cpp-heap.cc | 130 return internal::CppHeap::From(this)->AsBase().CollectStatistics( in CollectStatistics() 570 isolate_ ? isolate()->heap() : nullptr, AsBase(), platform_.get(), in InitializeTracing() 871 AsBase(), std::move(custom_spaces), std::move(receiver)), in CollectCustomSpaceStatisticsAtLastGC() 893 AsBase(), in CreateCppMarkingState()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 11299 enum StorageType { AsBase, AsMember }; enumerator 11303 IsEmpty<A>::value ? detail::AsBase : detail::AsMember, 11306 ? detail::AsBase 11337 struct PairHelper<A, B, AsMember, AsBase> : private B 11362 struct PairHelper<A, B, AsBase, AsMember> : private A 11387 struct PairHelper<A, B, AsBase, AsBase> : private A, private B
|