Lines Matching refs:args
1370 RegListNodePair args = GetRegisterListAtOperandIndex(1);
1380 CallJSAndDispatch(function, context, args, receiver_mode);
1485 RegListNodePair args = GetRegisterListAtOperandIndex(1);
1487 TNode<Object> result = CallRuntimeN(function_id, context, args, 1);
1499 RegListNodePair args = GetRegisterListAtOperandIndex(1);
1502 GenerateInvokeIntrinsic(this, function_id, context, args);
1516 RegListNodePair args = GetRegisterListAtOperandIndex(1);
1519 CallRuntimeN<PairT<Object, Object>>(function_id, context, args, 2);
1533 RegListNodePair args = GetRegisterListAtOperandIndex(1);
1541 CallJSAndDispatch(function, context, args,
1553 RegListNodePair args = GetRegisterListAtOperandIndex(1);
1559 CallJSWithSpreadAndDispatch(callable, context, args, slot_id,
1572 RegListNodePair args = GetRegisterListAtOperandIndex(1);
1577 constructor, context, new_target, args, slot_id, maybe_feedback_vector);
1591 RegListNodePair args = GetRegisterListAtOperandIndex(1);
1595 TNode<Object> result = Construct(constructor, context, new_target, args,