Searched refs:IsStrongHeapObject (Results 1 – 6 of 6) sorted by relevance
55 bool MaybeObject::IsStrongHeapObject() const { in IsStrongHeapObject() function68 DCHECK(IsStrongHeapObject()); in ToStrongHeapObject()106 bool MaybeObject::IsObject() const { return IsSmi() || IsStrongHeapObject(); } in IsObject()
36 inline bool IsStrongHeapObject() const;
246 DCHECK((*p)->IsStrongHeapObject()); in ScavengeObject()
2188 DCHECK((*maybe_slot)->IsSmi() || (*maybe_slot)->IsStrongHeapObject()); in UpdateStrongSlot()
940 TNode<BoolT> IsStrongHeapObject(TNode<MaybeObject> value);942 TNode<BoolT> IsStrongHeapObject(TNode<Object> value) { in IsStrongHeapObject() function943 return IsStrongHeapObject(ReinterpretCast<MaybeObject>(value)); in IsStrongHeapObject()
1407 CSA_ASSERT(this, IsStrongHeapObject(object)); in LoadObjectField()1414 CSA_ASSERT(this, IsStrongHeapObject(object)); in LoadObjectField()1854 TNode<BoolT> CodeStubAssembler::IsStrongHeapObject(TNode<MaybeObject> value) { in IsStrongHeapObject() function in v8::internal::CodeStubAssembler1862 GotoIfNot(IsStrongHeapObject(value), if_not_strong); in ToStrongHeapObject()