Home | History | Annotate | Download | only in s390

Lines Matching refs:InterpreterPushArgsMode

1207     InterpreterPushArgsMode mode) {
1224 if (mode == InterpreterPushArgsMode::kJSFunction) {
1228 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1247 MacroAssembler* masm, InterpreterPushArgsMode mode) {
1269 if (mode == InterpreterPushArgsMode::kJSFunction) {
1279 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1284 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode);