Searched refs:if_lhsisnotsmi (Results 1 – 2 of 2) sorted by relevance
34 Label if_lhsisnotsmi(this, in Generate_AddWithFeedback() local36 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_AddWithFeedback()85 BIND(&if_lhsisnotsmi); in Generate_AddWithFeedback()234 Label if_lhsisnotsmi(this, in Generate_BinaryOperationWithFeedback() local236 Branch(TaggedIsNotSmi(lhs), &if_lhsisnotsmi, &if_lhsissmi); in Generate_BinaryOperationWithFeedback()267 BIND(&if_lhsisnotsmi); in Generate_BinaryOperationWithFeedback()
11099 Label if_lhsissmi(this), if_lhsisnotsmi(this); in StrictEqual() local11100 Branch(TaggedIsSmi(lhs), &if_lhsissmi, &if_lhsisnotsmi); in StrictEqual()11102 BIND(&if_lhsisnotsmi); in StrictEqual()