Searched refs:SentinelPointer (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | sentinel-pointer.h | 15 struct SentinelPointer { struct 22 friend bool operator==(SentinelPointer, SentinelPointer) { return true; } in operator ==() 23 friend bool operator!=(SentinelPointer, SentinelPointer) { return false; } in operator !=() 28 constexpr internal::SentinelPointer kSentinelPointer;
|
H A D | member.h | 47 V8_INLINE explicit MemberBase(SentinelPointer s) : raw_(s) {} in MemberBase() 87 V8_INLINE BasicMember(SentinelPointer s) : Base(s) {} // NOLINT in BasicMember() 101 V8_INLINE BasicMember(SentinelPointer s, AtomicInitializerTag atomic) in BasicMember() 242 V8_INLINE BasicMember& operator=(SentinelPointer s) { in operator =() 261 // CFI cast exemption to allow passing SentinelPointer through T* and support 422 SentinelPointer) { in operator ==() 431 SentinelPointer s) { in operator !=() 438 SentinelPointer s, const BasicMember<T, WeaknessTag, WriteBarrierPolicy, in operator ==() 446 SentinelPointer s, const BasicMember<T, WeaknessTag, WriteBarrierPolicy, in operator !=()
|
H A D | persistent.h | 69 SentinelPointer s, const SourceLocation& loc = SourceLocation::Current()) in BasicPersistent() 177 BasicPersistent& operator=(SentinelPointer s) { in operator =() 187 // CFI cast exemption to allow passing SentinelPointer through T* and support
|
H A D | cross-thread-persistent.h | 114 SentinelPointer s, const SourceLocation& loc = SourceLocation::Current()) in BasicCrossThreadPersistent() 258 BasicCrossThreadPersistent& operator=(SentinelPointer s) { in operator =() 271 // CFI cast exemption to allow passing SentinelPointer through T* and support
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | sentinel-pointer.h | 15 struct SentinelPointer { struct 22 friend bool operator==(SentinelPointer, SentinelPointer) { return true; } in operator ==() 23 friend bool operator!=(SentinelPointer, SentinelPointer) { return false; } in operator !=() 28 constexpr internal::SentinelPointer kSentinelPointer;
|
H A D | member.h | 64 BasicMember(SentinelPointer s) : MemberBase(s) {} // NOLINT in BasicMember() 76 BasicMember(SentinelPointer s, AtomicInitializerTag atomic) in BasicMember() 167 BasicMember& operator=(SentinelPointer s) { in operator =() 186 // CFI cast exemption to allow passing SentinelPointer through T* and support
|
H A D | cross-thread-persistent.h | 114 SentinelPointer s, const SourceLocation& loc = SourceLocation::Current()) in BasicCrossThreadPersistent() 256 BasicCrossThreadPersistent& operator=(SentinelPointer s) { in operator =() 269 // CFI cast exemption to allow passing SentinelPointer through T* and support
|
H A D | persistent.h | 72 SentinelPointer s, const SourceLocation& loc = SourceLocation::Current()) in BasicPersistent() 177 BasicPersistent& operator=(SentinelPointer s) { in operator =() 187 // CFI cast exemption to allow passing SentinelPointer through T* and support
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | member-storage.h | 82 V8_INLINE explicit CompressedPointer(SentinelPointer) in CompressedPointer() 126 SentinelPointer::kSentinelValue == 0b10, in Compress() 170 SentinelPointer::kSentinelValue; 173 SentinelPointer::kSentinelValue >> 1;
|
Completed in 8 milliseconds