Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-generic-lowering.cc519 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSConstruct() local
525 node->InsertInput(zone(), 3, stub_arity); in LowerJSConstruct()
539 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSConstructWithSpread() local
545 node->InsertInput(zone(), 3, stub_arity); in LowerJSConstructWithSpread()
578 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSCall() local
580 node->InsertInput(zone(), 2, stub_arity); in LowerJSCall()
592 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSCallWithSpread() local
594 node->InsertInput(zone(), 2, stub_arity); in LowerJSCallWithSpread()
Djs-call-reducer.cc598 Node* stub_arity = jsgraph()->Constant(arg_count); in ReduceJSCall() local
603 node->InsertInput(graph()->zone(), 2, stub_arity); in ReduceJSCall()