Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-generic-lowering.cc366 Node* stub_arity = jsgraph()->Int32Constant(arity); in LowerJSCreateArray() local
373 node->InsertInput(zone(), 3, stub_arity); in LowerJSCreateArray()
588 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSConstructForwardVarargs() local
595 node->InsertInput(zone(), 3, stub_arity); in LowerJSConstructForwardVarargs()
609 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSConstruct() local
615 node->InsertInput(zone(), 3, stub_arity); in LowerJSConstruct()
671 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSCallForwardVarargs() local
674 node->InsertInput(zone(), 2, stub_arity); in LowerJSCallForwardVarargs()
688 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSCall() local
690 node->InsertInput(zone(), 2, stub_arity); in LowerJSCall()