Searched refs:HasBackingStoreOwner (Results 1 – 1 of 1) sorted by relevance
5729 DCHECK(HasBackingStoreOwner()); in backing_store_owner()5732 bool HasBackingStoreOwner() const { return OperandAt(0) != OperandAt(3); } in HasBackingStoreOwner() function5767 return HasBackingStoreOwner() ? Representation::Tagged() in RequiredInputRepresentation()5811 DCHECK_EQ(HasBackingStoreOwner(), is_fixed_typed_array());6079 return HasBackingStoreOwner() ? Representation::Tagged() in RequiredInputRepresentation()6124 DCHECK(HasBackingStoreOwner()); in backing_store_owner()6127 bool HasBackingStoreOwner() const { return OperandAt(0) != OperandAt(3); } in HasBackingStoreOwner() function6199 DCHECK_EQ(HasBackingStoreOwner(), is_fixed_typed_array()); in DECLARE_CONCRETE_INSTRUCTION()