Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-internal-gen.cc750 TNode<Int32T> formal_count = in TF_BUILTIN() local
758 Branch(Word32Equal(formal_count, Int32Constant(kDontAdaptArgumentsSentinel)), in TF_BUILTIN()
761 Branch(Int32GreaterThan(formal_count, pushed_argc.value()), &update_argc, in TF_BUILTIN()
764 pushed_argc = formal_count; in TF_BUILTIN()
/external/v8/src/compiler/
Djs-typed-lowering.cc1760 int formal_count = shared->internal_formal_parameter_count(); in ReduceJSCall() local
1761 if (formal_count != kDontAdaptArgumentsSentinel && formal_count > arity) { in ReduceJSCall()
1765 for (int i = arity; i < formal_count; i++) { in ReduceJSCall()
1771 node->InsertInput(graph()->zone(), formal_count + 2, new_target); in ReduceJSCall()
1772 node->InsertInput(graph()->zone(), formal_count + 3, in ReduceJSCall()
1776 graph()->zone(), false, 1 + formal_count, in ReduceJSCall()