Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.cc2110 Label if_isinbounds(this), if_isoutofbounds(this, Label::kDeferred); in ToSmiBetweenZeroAnd() local
2111 Branch(SmiAbove(value_smi, limit), &if_isoutofbounds, &if_isinbounds); in ToSmiBetweenZeroAnd()
2119 BIND(&if_isoutofbounds); in ToSmiBetweenZeroAnd()