Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dcompressed-slots-inl.h50 Object CompressedObjectSlot::Relaxed_Load() const { in Relaxed_Load() function
55 Object CompressedObjectSlot::Relaxed_Load(IsolateRoot isolate) const { in Relaxed_Load() function
97 MaybeObject CompressedMaybeObjectSlot::Relaxed_Load() const { in Relaxed_Load() function
102 MaybeObject CompressedMaybeObjectSlot::Relaxed_Load(IsolateRoot isolate) const { in Relaxed_Load() function
160 Object OffHeapCompressedObjectSlot::Relaxed_Load(IsolateRoot isolate) const { in Relaxed_Load() function
Dslots-inl.h46 Object FullObjectSlot::Relaxed_Load() const { in Relaxed_Load() function
50 Object FullObjectSlot::Relaxed_Load(IsolateRoot isolate) const { in Relaxed_Load() function
90 MaybeObject FullMaybeObjectSlot::Relaxed_Load() const { in Relaxed_Load() function
94 MaybeObject FullMaybeObjectSlot::Relaxed_Load(IsolateRoot isolate) const { in Relaxed_Load() function
Dtagged-field-inl.h92 T TaggedField<T, kFieldOffset>::Relaxed_Load(HeapObject host, int offset) { in Relaxed_Load() function
99 T TaggedField<T, kFieldOffset>::Relaxed_Load(IsolateRoot isolate, in Relaxed_Load() function
/external/v8/src/base/
Datomicops_internals_std.h122 inline Atomic8 Relaxed_Load(volatile const Atomic8* ptr) { in Relaxed_Load() function
127 inline Atomic16 Relaxed_Load(volatile const Atomic16* ptr) { in Relaxed_Load() function
132 inline Atomic32 Relaxed_Load(volatile const Atomic32* ptr) { in Relaxed_Load() function
200 inline Atomic64 Relaxed_Load(volatile const Atomic64* ptr) { in Relaxed_Load() function
Datomicops_internals_portable.h131 inline Atomic8 Relaxed_Load(volatile const Atomic8* ptr) { in Relaxed_Load() function
135 inline Atomic16 Relaxed_Load(volatile const Atomic16* ptr) { in Relaxed_Load() function
139 inline Atomic32 Relaxed_Load(volatile const Atomic32* ptr) { in Relaxed_Load() function
196 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