Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.h124 Node* ProcessCallRuntimeArguments(const Operator* call_runtime_op,
Dbytecode-graph-builder.cc1241 Node* BytecodeGraphBuilder::ProcessCallRuntimeArguments( in ProcessCallRuntimeArguments() function in v8::internal::compiler::BytecodeGraphBuilder
1265 Node* value = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitCallRuntime()
1281 Node* return_pair = ProcessCallRuntimeArguments(call, first_arg, arg_count); in VisitCallRuntimeForPair()