Home
last modified time | relevance | path

Searched refs:SmiLessThan (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.h119 return SmiLessThan(value, SmiConstant(0)); in SmiIsNegative()
H A Dbuiltins-generator-gen.cc52 GotoIf(SmiLessThan(receiver_continuation, closed), &if_receiverisrunning); in InnerResume()
H A Dbuiltins-collections-gen.cc1325 GotoIfNot(SmiLessThan(SmiConstant(0), index), &return_zero);
1693 GotoIf(SmiLessThan(SmiAdd(number_of_elements, number_of_elements),
1857 GotoIf(SmiLessThan(SmiAdd(number_of_elements, number_of_elements),
H A Dbuiltins-internal-gen.cc629 GotoIf(SmiLessThan(new_nof, SmiConstant(16)), &shrinking_done); in DictionarySpecificDelete()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc186 Node* GraphAssembler::SmiLessThan(Node* left, Node* right) { in SmiLessThan() function in v8::internal::compiler::GraphAssembler
H A Dgraph-assembler.h293 Node* SmiLessThan(Node* left, Node* right);
H A Deffect-control-linearizer.cc3574 __ GotoIf(__ SmiLessThan(rest_length, __ SmiConstant(0)), &done, in LowerRestLength()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h713 SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
754 BINT_COMPARISON_OP(BIntLessThan, SmiLessThan, IntPtrLessThan)
1033 Branch(SmiLessThan(a, b), if_true, if_false); in BranchIfSmiLessThan()
H A Dcode-stub-assembler.cc818 return SelectConstant<Smi>(SmiLessThan(a, b), b, a); in SmiMax()
822 return SelectConstant<Smi>(SmiLessThan(a, b), a, b); in SmiMin()
1085 GotoIf(SmiLessThan(divisor, SmiConstant(0)), bailout); in TrySmiDiv()

Completed in 43 milliseconds