Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h114 Node* ProcessConstructArguments(const Operator* call_new_op, Node* callee,
Dbytecode-graph-builder.cc1460 Node* BytecodeGraphBuilder::ProcessConstructArguments( in ProcessConstructArguments() function in v8::internal::compiler::BytecodeGraphBuilder
1492 Node* value = ProcessConstructArguments(call, callee, new_target, first_arg, in VisitConstruct()