Home
last modified time | relevance | path

Searched defs:Relaxed_Load (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dcompressed-slots-inl.h70 Object CompressedObjectSlot::Relaxed_Load() const { in Relaxed_Load() function
75 Object CompressedObjectSlot::Relaxed_Load(PtrComprCageBase cage_base) const { in Relaxed_Load() function
117 MaybeObject CompressedMaybeObjectSlot::Relaxed_Load() const { in Relaxed_Load() function
122 MaybeObject CompressedMaybeObjectSlot::Relaxed_Load( in Relaxed_Load() function
182 Object OffHeapCompressedObjectSlot::Relaxed_Load( in Relaxed_Load() function
Dslots-inl.h67 Object FullObjectSlot::Relaxed_Load() const { in Relaxed_Load() function
71 Object FullObjectSlot::Relaxed_Load(PtrComprCageBase cage_base) const { in Relaxed_Load() function
111 MaybeObject FullMaybeObjectSlot::Relaxed_Load() const { in Relaxed_Load() function
115 MaybeObject FullMaybeObjectSlot::Relaxed_Load( in Relaxed_Load() function
Dtagged-field-inl.h98 T TaggedField<T, kFieldOffset>::Relaxed_Load(HeapObject host, int offset) { in Relaxed_Load() function
106 T TaggedField<T, kFieldOffset>::Relaxed_Load(PtrComprCageBase cage_base, in Relaxed_Load() function
/third_party/node/deps/v8/src/base/
Datomicops.h225 inline Atomic8 Relaxed_Load(volatile const Atomic8* ptr) { in Relaxed_Load() function
230 inline Atomic16 Relaxed_Load(volatile const Atomic16* ptr) { in Relaxed_Load() function
235 inline Atomic32 Relaxed_Load(volatile const Atomic32* ptr) { in Relaxed_Load() function
329 inline Atomic64 Relaxed_Load(volatile const Atomic64* ptr) { in Relaxed_Load() function
Datomicops_internals_atomicword_compat.h75 inline AtomicWord Relaxed_Load(volatile const AtomicWord* ptr) { in Relaxed_Load() function