Home
last modified time | relevance | path

Searched defs: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
539 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSConstructWithSpread() local
578 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSCall() local
592 Node* stub_arity = jsgraph()->Int32Constant(arg_count); in LowerJSCallWithSpread() local
Djs-call-reducer.cc598 Node* stub_arity = jsgraph()->Constant(arg_count); in ReduceJSCall() local