Lines Matching defs:mode
1654 InterpreterPushArgsMode mode) {
1667 if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1709 if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1727 InterpreterPushArgsMode mode) {
1728 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction);
1737 // Push the arguments. num_args may be updated according to mode.
1739 // mode == InterpreterPushArgsMode::kWithFinalSpread.
1743 (mode == InterpreterPushArgsMode::kWithFinalSpread) ? x2 : no_reg;
1745 receiver_mode, mode);
1748 if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1759 MacroAssembler* masm, InterpreterPushArgsMode mode) {
1769 // Push the arguments. num_args may be updated according to mode.
1771 // mode == InterpreterPushArgsMode::kWithFinalSpread.
1775 (mode == InterpreterPushArgsMode::kWithFinalSpread) ? x2 : no_reg;
1777 ConvertReceiverMode::kNullOrUndefined, mode);
1779 if (mode == InterpreterPushArgsMode::kArrayFunction) {
1786 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1791 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode);
2503 CallOrConstructMode mode,
2516 if (mode == CallOrConstructMode::kConstruct) {
2571 ConvertReceiverMode mode) {
2587 // We need to convert the receiver for non-native sloppy mode functions.
2602 if (mode == ConvertReceiverMode::kNullOrUndefined) {
2612 if (mode != ConvertReceiverMode::kNotNullOrUndefined) {
2811 void Builtins::Generate_Call(MacroAssembler* masm, ConvertReceiverMode mode) {
2828 __ Jump(masm->isolate()->builtins()->CallFunction(mode),
3803 // mode.
3838 // mode.