Lines Matching refs:if_rhsisnotsmi
43 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_AddWithFeedback() local
44 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_AddWithFeedback()
46 BIND(&if_rhsisnotsmi); in Generate_AddWithFeedback()
92 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_AddWithFeedback() local
93 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_AddWithFeedback()
95 BIND(&if_rhsisnotsmi); in Generate_AddWithFeedback()
244 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_BinaryOperationWithFeedback() local
245 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()
246 BIND(&if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()
275 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_BinaryOperationWithFeedback() local
276 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()
278 BIND(&if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()
321 Label if_rhsissmi(this), if_rhsisnotsmi(this); in Generate_BinaryOperationWithFeedback() local
322 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()
331 BIND(&if_rhsisnotsmi); in Generate_BinaryOperationWithFeedback()