Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h146 Node* ProcessConstructArguments(const Operator* op, Node* const* args,
Dbytecode-graph-builder.cc1973 Node* BytecodeGraphBuilder::ProcessConstructArguments(const Operator* op, in ProcessConstructArguments() function in v8::internal::compiler::BytecodeGraphBuilder
2005 node = ProcessConstructArguments(op, args, 2 + arg_count); in VisitConstruct()
2036 node = ProcessConstructArguments(op, args, 2 + arg_count); in VisitConstructWithSpread()