Searched refs:CallRuntimeN (Results 1 – 3 of 3) sorted by relevance
214 compiler::Node* CallRuntimeN(compiler::Node* function_id,
1602 Node* result = CallRuntimeN(function_id, context, args); in IGNITION_HANDLER()1632 Node* result_pair = CallRuntimeN(function_id, context, args, 2); in IGNITION_HANDLER()
1219 Node* InterpreterAssembler::CallRuntimeN(Node* function_id, Node* context, in CallRuntimeN() function in v8::internal::interpreter::InterpreterAssembler