Lines Matching refs:call_with_any_feedback
21 call_with_oddball_feedback(this), call_with_any_feedback(this), in Generate_AddWithFeedback() local
145 Goto(&call_with_any_feedback); in Generate_AddWithFeedback()
149 GotoIf(TaggedIsSmi(rhs), &call_with_any_feedback); in Generate_AddWithFeedback()
150 Branch(IsBigInt(rhs), &bigint, &call_with_any_feedback); in Generate_AddWithFeedback()
155 GotoIf(TaggedIsSmi(rhs), &call_with_any_feedback); in Generate_AddWithFeedback()
162 &call_with_any_feedback); in Generate_AddWithFeedback()
181 &call_with_any_feedback); in Generate_AddWithFeedback()
199 BIND(&call_with_any_feedback); in Generate_AddWithFeedback()
221 check_rhsisoddball(this, Label::kDeferred), call_with_any_feedback(this), in Generate_BinaryOperationWithFeedback() local
317 Branch(lhs_is_oddball, &if_left_oddball, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()
344 GotoIf(TaggedIsSmi(rhs), &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()
345 Branch(IsBigInt(rhs), &if_bigint, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()
356 GotoIfNot(rhs_is_oddball, &call_with_any_feedback); in Generate_BinaryOperationWithFeedback()
372 BIND(&call_with_any_feedback); in Generate_BinaryOperationWithFeedback()