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.cc568 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSCallConstruct() local
574 node->InsertInput(zone(), 3, stub_arity); in LowerJSCallConstruct()
592 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSCallFunction() local
594 node->InsertInput(zone(), 2, stub_arity); in LowerJSCallFunction()