Lines Matching refs:InterpreterPushArgsMode
1295 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl()
1296 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1306 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl()
1327 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl()
1335 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl()
1353 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl()
1365 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl()
1377 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl()
1387 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
1394 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl()
1399 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode); in Generate_InterpreterPushArgsThenConstructImpl()