Lines Matching refs:InterpreterPushArgsMode
1349 InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenCallImpl()
1350 DCHECK(mode != InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenCallImpl()
1359 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl()
1380 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl()
1388 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenCallImpl()
1406 MacroAssembler* masm, InterpreterPushArgsMode mode) { in Generate_InterpreterPushArgsThenConstructImpl()
1418 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl()
1430 if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl()
1440 if (mode == InterpreterPushArgsMode::kArrayFunction) { in Generate_InterpreterPushArgsThenConstructImpl()
1447 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) { in Generate_InterpreterPushArgsThenConstructImpl()
1452 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode); in Generate_InterpreterPushArgsThenConstructImpl()