Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h122 Node* ProcessCallRuntimeArguments(const Operator* call_runtime_op,
Dbytecode-graph-builder.cc1376 Node* BytecodeGraphBuilder::ProcessCallRuntimeArguments( in ProcessCallRuntimeArguments() function in v8::internal::compiler::BytecodeGraphBuilder
1397 Node* value = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitCallRuntime()
1411 Node* return_pair = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitCallRuntimeForPair()
1456 Node* value = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitInvokeIntrinsic()