Searched refs:first_arg_reg (Results 1 – 3 of 3) sorted by relevance
61 compiler::Node* first_arg_reg,
65 Node* first_arg_reg, Node* arg_count) { in InvokeIntrinsic() argument90 result.Bind(name(first_arg_reg, arg_count, context)); \ in InvokeIntrinsic()
1683 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoCallRuntime() local1684 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntime()1699 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoInvokeIntrinsic() local1704 helper.InvokeIntrinsic(function_id, context, first_arg_reg, arg_count); in DoInvokeIntrinsic()1718 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoCallRuntimeForPair() local1719 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoCallRuntimeForPair()1770 Node* first_arg_reg = __ BytecodeOperandReg(1); in DoNew() local1771 Node* first_arg = __ RegisterLocation(first_arg_reg); in DoNew()