Searched refs:if_notoverflow (Results 1 – 1 of 1) sorted by relevance
1024 Label if_overflow(this, Label::kDeferred), if_notoverflow(this); in SmiMul() local1025 Branch(overflow, &if_overflow, &if_notoverflow); in SmiMul()1026 BIND(&if_notoverflow); in SmiMul()5741 Label if_overflow(this, Label::kDeferred), if_notoverflow(this), in ChangeInt32ToTagged() local5743 Branch(overflow, &if_overflow, &if_notoverflow); in ChangeInt32ToTagged()5751 BIND(&if_notoverflow); in ChangeInt32ToTagged()