Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
30 PtrComprCageBase cage_base = GetPtrComprCageBase(*this);
36 static_cast<unsigned>(this->length(kAcquireLoad)));
37 return TaggedField<Object>::Relaxed_Load(cage_base, *this,
42 PtrComprCageBase cage_base = GetPtrComprCageBase(*this);
49 static_cast<unsigned>(this->length(kAcquireLoad)));
50 return TaggedField<Object>::SeqCst_Load(cage_base, *this,
57 static_cast<unsigned>(this->length(kAcquireLoad)));
59 RELAXED_WRITE_FIELD(*this, offset, value);
60 WRITE_BARRIER(*this, offset, value);
65 static_cast<unsigned>(this->length(kAcquireLoad)));
67 RELAXED_WRITE_FIELD(*this, offset, value);
68 CONDITIONAL_WRITE_BARRIER(*this, offset, value, mode);
74 static_cast<unsigned>(this->length(kAcquireLoad)));
77 SEQ_CST_WRITE_FIELD(*this, offset, value);
85 PtrComprCageBase cage_base = GetPtrComprCageBase(*this);
93 static_cast<unsigned>(this->length(kAcquireLoad)));
95 return TaggedField<Object>::SeqCst_Swap(cage_base, *this,
134 isolate->heap()->CopyRange(*this, dst_slot, src_slot, len, mode);