Searched refs:HandleBase (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | EpochTracker.h | 57 class HandleBase { 62 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {} in HandleBase() function 64 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase() function 85 class HandleBase { 87 HandleBase() = default; 88 explicit HandleBase(const DebugEpochBase *) {}
|
D | SmallPtrSet.h | 267 DebugEpochBase::HandleBase { 279 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()
|
D | DenseMap.h | 1159 class DenseMapIterator : DebugEpochBase::HandleBase { 1182 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) { 1200 : DebugEpochBase::HandleBase(I), Ptr(I.Ptr), End(I.End) {} in DenseMapIterator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | EpochTracker.h | 59 class HandleBase { 64 HandleBase() : EpochAddress(nullptr), EpochAtCreation(UINT64_MAX) {} in HandleBase() function 66 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase() function 87 class HandleBase { 89 HandleBase() = default; 90 explicit HandleBase(const DebugEpochBase *) {}
|
D | DenseMap.h | 1034 class DenseMapIterator : DebugEpochBase::HandleBase { 1055 : DebugEpochBase::HandleBase(&Epoch), Ptr(Pos), End(E) { 1067 : DebugEpochBase::HandleBase(I), Ptr(I.Ptr), End(I.End) {} in DenseMapIterator()
|
/third_party/node/deps/v8/src/handles/ |
D | handles-inl.h | 20 HandleBase::HandleBase(Address object, Isolate* isolate) in HandleBase() function 23 HandleBase::HandleBase(Address object, LocalIsolate* isolate) in HandleBase() function 26 HandleBase::HandleBase(Address object, LocalHeap* local_heap) in HandleBase() function 29 bool HandleBase::is_identical_to(const HandleBase that) const { in is_identical_to() 52 : HandleBase(object.ptr(), isolate) {} in Handle() 56 : HandleBase(object.ptr(), isolate) {} in Handle() 60 : HandleBase(object.ptr(), local_heap) {} in Handle()
|
D | handles.h | 42 class HandleBase { 44 V8_INLINE explicit HandleBase(Address* location) : location_(location) {} in HandleBase() function 45 V8_INLINE explicit HandleBase(Address object, Isolate* isolate); 46 V8_INLINE explicit HandleBase(Address object, LocalIsolate* isolate); 47 V8_INLINE explicit HandleBase(Address object, LocalHeap* local_heap); 50 V8_INLINE bool is_identical_to(const HandleBase that) const; 91 class Handle final : public HandleBase { 109 V8_INLINE explicit Handle() : HandleBase(nullptr) { in Handle() 115 V8_INLINE explicit Handle(Address* location) : HandleBase(location) { in Handle() 133 V8_INLINE Handle(Handle<S> handle) : HandleBase(handle) {} in Handle()
|
D | handles.cc | 33 ASSERT_TRIVIALLY_COPYABLE(HandleBase); 38 bool HandleBase::IsDereferenceAllowed() const { in IsDereferenceAllowed()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 64640 class HandleBase : public WrappedPtrOperations<T, Wrapper> {}; class 64860 class Handle : public js::HandleBase<T, Handle<T>> 65189 class HandleBase<JSObject*, Container> : public WrappedPtrOperations<JSObject*, Container> class
|