Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
68 index + length <= this->data_length());
79 DCHECK_LT(index, this->children_length());
81 return RELAXED_READ_FIELD(*this, offset);
87 DCHECK_LT(index, this->children_length());
89 RELAXED_WRITE_FIELD(*this, offset, value);
90 CONDITIONAL_WRITE_BARRIER(*this, offset, value, mode);
118 Acquire_Load(cage_base, *this);
198 // TODO(v8:11429): Decide if this return bytecode or baseline code, when the
232 // We may miss invocations if this function is inlined.
328 DCHECK(is_sloppy(this->language_mode()) || is_strict(language_mode));
391 memset(reinterpret_cast<void*>(this->address() + kSize), 0,
403 // TODO(leszeks): Revise this DCHECK now that the code field is gone.
444 WRITE_FIELD(*this, kNameOrScopeInfoOffset, scope_info);
445 CONDITIONAL_WRITE_BARRIER(*this, kNameOrScopeInfoOffset, scope_info, mode);
509 return IsCompiledScope(*this, isolate);
622 // check if it is old. Note, this is done this way since this function can be
809 UncompiledData uncompiled_data = this->uncompiled_data();
853 gc_notify_updated_slot(*this, RawField(UncompiledData::kInferredNameOffset),