Lines Matching refs:BinaryOperationFeedback
39 TaggedIsSmi(var_result.value()), BinaryOperationFeedback::kSignedSmall, in BitwiseNot()
40 BinaryOperationFeedback::kNumber); in BitwiseNot()
47 UpdateFeedback(SmiConstant(BinaryOperationFeedback::kBigInt), in BitwiseNot()
90 CombineFeedback(var_feedback, BinaryOperationFeedback::kSignedSmall); in Negate()
95 CombineFeedback(var_feedback, BinaryOperationFeedback::kNumber); in Negate()
138 TVARIABLE(Smi, var_feedback, SmiConstant(BinaryOperationFeedback::kNone)); in UnaryOpWithFeedback()
175 CombineFeedback(&var_feedback, BinaryOperationFeedback::kBigInt); in UnaryOpWithFeedback()
185 SmiConstant(BinaryOperationFeedback::kNone))); in UnaryOpWithFeedback()
187 BinaryOperationFeedback::kNumberOrOddball); in UnaryOpWithFeedback()
199 SmiConstant(BinaryOperationFeedback::kNone))); in UnaryOpWithFeedback()
200 OverwriteFeedback(&var_feedback, BinaryOperationFeedback::kAny); in UnaryOpWithFeedback()
209 CombineFeedback(&var_feedback, BinaryOperationFeedback::kNumber); in UnaryOpWithFeedback()
237 CombineFeedback(var_feedback, BinaryOperationFeedback::kSignedSmall); in IncrementOrDecrement()