Home
last modified time | relevance | path

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/
DEpochTracker.h57 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 *) {}
DSmallPtrSet.h267 DebugEpochBase::HandleBase {
279 : SmallPtrSetIteratorImpl(BP, E), DebugEpochBase::HandleBase(&Epoch) {} in SmallPtrSetIterator()
DDenseMap.h1159 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/
DEpochTracker.h59 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 *) {}
DDenseMap.h1034 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/
Dhandles-inl.h20 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()
Dhandles.h42 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()
Dhandles.cc33 ASSERT_TRIVIALLY_COPYABLE(HandleBase);
38 bool HandleBase::IsDereferenceAllowed() const { in IsDereferenceAllowed()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp64640 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