Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-string-gen.h87 TNode<BoolT> SmiIsNegative(TNode<Smi> value) { in SmiIsNegative() function
Dbuiltins-string-gen.cc1201 Branch(SmiIsNegative(dollar_index), &out, &runtime); in GetSubstitution()
1413 GotoIfNot(SmiIsNegative(match_start_index), &next); in TF_BUILTIN()