Searched refs:CallRuntime2 (Results 1 – 4 of 4) sorted by relevance
205 Node* RawMachineAssembler::CallRuntime2(Runtime::FunctionId function, in CallRuntime2() function in v8::internal::compiler::RawMachineAssembler
344 raw_assembler_->CallRuntime2(function_id, arg1, arg2, context); in CallRuntime()
657 Node* CallRuntime2(Runtime::FunctionId function, Node* arg1, Node* arg2,
628 TARGET_TEST_F(InterpreterAssemblerTest, CallRuntime2) { in TARGET_TEST_F() argument