Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Dunary-op-assembler.cc91 var_result = SmiSub(SmiConstant(0), smi_value); in Negate()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc178 Node* GraphAssembler::SmiSub(Node* left, Node* right) { in SmiSub() function in v8::internal::compiler::GraphAssembler
H A Dgraph-assembler.h292 Node* SmiSub(Node* left, Node* right);
H A Deffect-control-linearizer.cc3556 __ SmiSub(arguments_length, __ SmiConstant(kJSArgcReceiverSlots)); in LowerArgumentsLength()
3571 __ SmiSub(arguments_length, __ SmiConstant(kJSArgcReceiverSlots)); in LowerRestLength()
3573 __ SmiSub(arguments_length, __ SmiConstant(formal_parameter_count)); in LowerRestLength()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-collections-gen.cc1675 const TNode<Smi> number_of_elements = SmiSub(
1839 const TNode<Smi> number_of_elements = SmiSub(
H A Dbuiltins-regexp-gen.cc677 SmiSub(LoadFixedArrayBaseLength(match_info), in RegExpExecInternal()
H A Dbuiltins-internal-gen.cc618 TNode<Smi> new_nof = SmiSub(nof, SmiConstant(1)); in DictionarySpecificDelete()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h483 PARAMETER_BINOP(IntPtrOrSmiSub, IntPtrSub, SmiSub)
617 SMI_ARITHMETIC_BINOP(SmiSub, IntPtrSub, Int32Sub)
H A Dcode-stub-assembler.cc3288 TNode<Smi> diff = SmiSub(length, LoadFastJSArrayLength(array));
8784 TNode<Smi> half_of_free_elements = SmiShr(SmiSub(capacity, new_nof), 1);

Completed in 50 milliseconds