Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Djs-generic-lowering.cc613 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arity)); in LowerJSCreateArray() local
619 node->InsertInput(zone(), 3, stub_arity); in LowerJSCreateArray() local
847 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSConstructForwardVarargs() local
851 node->InsertInput(zone(), 3, stub_arity); in LowerJSConstructForwardVarargs() local
870 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSConstruct() local
874 node->InsertInput(zone(), 3, stub_arity); in LowerJSConstruct() local
933 Node* stub_arity = in LowerJSConstructWithSpread() local
941 node->InsertInput(zone(), 3, stub_arity); in LowerJSConstructWithSpread() local
958 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); in LowerJSCallForwardVarargs() local
961 node->InsertInput(zone(), 2, stub_arity); in LowerJSCallForwardVarargs() local
979 Node* stub_arity = jsgraph()->Int32Constant(JSParameterCount(arg_count)); LowerJSCall() local
981 node->InsertInput(zone(), 2, stub_arity); LowerJSCall() local
1037 Node* stub_arity = LowerJSCallWithSpread() local
1047 node->InsertInput(zone(), 2, stub_arity); LowerJSCallWithSpread() local
[all...]

Completed in 4 milliseconds