Searched refs:if_isinbounds (Results 1 – 1 of 1) sorted by relevance
2110 Label if_isinbounds(this), if_isoutofbounds(this, Label::kDeferred); in ToSmiBetweenZeroAnd() local2111 Branch(SmiAbove(value_smi, limit), &if_isoutofbounds, &if_isinbounds); in ToSmiBetweenZeroAnd()2113 BIND(&if_isinbounds); in ToSmiBetweenZeroAnd()