Lines Matching defs:if_rhsisnotsmi
42 Label if_rhsissmi(this), if_rhsisnotsmi(this);
43 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi);
45 BIND(&if_rhsisnotsmi);
95 Label if_rhsissmi(this), if_rhsisnotsmi(this);
96 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi);
98 BIND(&if_rhsisnotsmi);
270 Label if_rhsissmi(this), if_rhsisnotsmi(this);
271 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi);
273 BIND(&if_rhsisnotsmi);
306 Label if_rhsissmi(this), if_rhsisnotsmi(this);
307 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi);
309 BIND(&if_rhsisnotsmi);
356 Label if_rhsissmi(this), if_rhsisnotsmi(this);
357 Branch(TaggedIsSmi(rhs), &if_rhsissmi, &if_rhsisnotsmi);
366 BIND(&if_rhsisnotsmi);