Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h293 void BranchIfSmiLessThan(Node* a, Node* b, Label* if_true, Label* if_false) { in BranchIfSmiLessThan() function
Dcode-stub-assembler.cc6416 BranchIfSmiLessThan(lhs, rhs, if_true, if_false); in BranchIfNumericRelationalComparison()
6422 BranchIfSmiLessThan(rhs, lhs, if_true, if_false); in BranchIfNumericRelationalComparison()
6540 BranchIfSmiLessThan(lhs, rhs, &return_true, &return_false); in RelationalComparison()
6546 BranchIfSmiLessThan(rhs, lhs, &return_true, &return_false); in RelationalComparison()
/external/v8/src/builtins/
Dbuiltins-string.cc375 BranchIfSmiLessThan(lhs_length, rhs_length, &if_less, &if_greater); in GenerateStringRelationalComparison()