Home
last modified time | relevance | path

Searched refs:if_isinbounds (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-string.cc1667 Label if_isinbounds(this), if_isoutofbounds(this, Label::kDeferred); in ToSmiBetweenZeroAnd() local
1668 Branch(SmiAbove(value_int, limit), &if_isoutofbounds, &if_isinbounds); in ToSmiBetweenZeroAnd()
1670 Bind(&if_isinbounds); in ToSmiBetweenZeroAnd()