Searched refs:HasBackingStoreOwner (Results 1 – 1 of 1) sorted by relevance
6527 DCHECK(HasBackingStoreOwner()); in backing_store_owner()6530 bool HasBackingStoreOwner() const { return OperandAt(0) != OperandAt(3); } in HasBackingStoreOwner() function6565 return HasBackingStoreOwner() ? Representation::Tagged() in RequiredInputRepresentation()6609 DCHECK_EQ(HasBackingStoreOwner(), is_fixed_typed_array());6990 return HasBackingStoreOwner() ? Representation::Tagged() in RequiredInputRepresentation()7035 DCHECK(HasBackingStoreOwner()); in backing_store_owner()7038 bool HasBackingStoreOwner() const { return OperandAt(0) != OperandAt(3); } in HasBackingStoreOwner() function7110 DCHECK_EQ(HasBackingStoreOwner(), is_fixed_typed_array()); in DECLARE_CONCRETE_INSTRUCTION()