Searched refs:formal_parameter_count (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-arguments-gen.cc | 46 Node* formal_parameter_count = in GetArgumentsFrameAndCount() local 49 formal_parameter_count = Int32ToParameter(formal_parameter_count, mode); in GetArgumentsFrameAndCount() 51 argument_count.Bind(formal_parameter_count); in GetArgumentsFrameAndCount() 65 frame_ptr.value(), argument_count.value(), formal_parameter_count); in GetArgumentsFrameAndCount() 160 Node* formal_parameter_count; in EmitFastNewRestParameter() local 165 std::tie(frame_ptr, argument_count, formal_parameter_count) = in EmitFastNewRestParameter() 173 IntPtrOrSmiSub(argument_count, formal_parameter_count, mode); in EmitFastNewRestParameter() 186 array_map, frame_ptr, argument_count, formal_parameter_count, rest_count, in EmitFastNewRestParameter() 218 Node* formal_parameter_count; in EmitFastNewStrictArguments() local 223 std::tie(frame_ptr, argument_count, formal_parameter_count) = in EmitFastNewStrictArguments() [all …]
|
D | builtins-object-gen.cc | 1470 Node* formal_parameter_count = ChangeInt32ToIntPtr( in TF_BUILTIN() local 1476 formal_parameter_count); in TF_BUILTIN()
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.h | 107 TNode<Int32T> formal_parameter_count); 110 TNode<Int32T> formal_parameter_count); 258 compiler::Node* formal_parameter_count,
|
D | interpreter-assembler.cc | 1585 Node* parameters_and_registers, Node* formal_parameter_count, in AbortIfRegisterCountInvalid() argument 1591 IntPtrAdd(formal_parameter_count, register_count), array_size), in AbortIfRegisterCountInvalid() 1603 TNode<Int32T> formal_parameter_count) { in ExportParametersAndRegisterFile() argument 1607 ChangeInt32ToIntPtr(formal_parameter_count); in ExportParametersAndRegisterFile() 1677 TNode<Int32T> formal_parameter_count) { in ImportRegisterFile() argument 1679 ChangeInt32ToIntPtr(formal_parameter_count); in ImportRegisterFile()
|
D | interpreter-generator.cc | 3037 TNode<Int32T> formal_parameter_count = UncheckedCast<Int32T>( in IGNITION_HANDLER() local 3041 ExportParametersAndRegisterFile(array, registers, formal_parameter_count); in IGNITION_HANDLER() 3111 TNode<Int32T> formal_parameter_count = UncheckedCast<Int32T>( in IGNITION_HANDLER() local 3118 registers, formal_parameter_count); in IGNITION_HANDLER()
|
/external/v8/src/compiler/ |
D | simplified-operator.cc | 1388 int formal_parameter_count; member 1394 return first.formal_parameter_count == second.formal_parameter_count && in operator ==() 1399 return base::hash_combine(param.formal_parameter_count, param.is_rest_length); in hash_value() 1403 return os << param.formal_parameter_count << ", " in operator <<() 1410 int formal_parameter_count, bool is_rest_length) { in ArgumentsLength() argument 1416 ArgumentsLengthParameters{formal_parameter_count, in ArgumentsLength() 1422 return OpParameter<ArgumentsLengthParameters>(op).formal_parameter_count; in FormalParameterCountOf()
|
D | simplified-operator.h | 732 const Operator* ArgumentsLength(int formal_parameter_count, in NON_EXPORTED_BASE()
|
D | effect-control-linearizer.cc | 2543 int formal_parameter_count = FormalParameterCountOf(node->op()); in LowerArgumentsLength() local 2545 DCHECK_LE(0, formal_parameter_count); in LowerArgumentsLength() 2565 __ IntSub(arguments_length, __ SmiConstant(formal_parameter_count)); in LowerArgumentsLength() 2581 __ SmiConstant(formal_parameter_count)); in LowerArgumentsLength()
|
D | js-call-reducer.cc | 3079 int formal_parameter_count = shared->internal_formal_parameter_count(); in ReduceCallOrConstructWithArrayLikeOrSpread() local 3084 if (formal_parameter_count != 0) { in ReduceCallOrConstructWithArrayLikeOrSpread() 3092 start_index = formal_parameter_count; in ReduceCallOrConstructWithArrayLikeOrSpread()
|
/external/v8/src/ |
D | deoptimizer.cc | 3232 FILE* trace_file, int formal_parameter_count) { in Init() argument 3235 formal_parameter_count_ = formal_parameter_count; in Init()
|