Home | History | Annotate | Download | only in mips64

Lines Matching refs:InterpreterPushArgsMode

1187     InterpreterPushArgsMode mode) {
1203 if (mode == InterpreterPushArgsMode::kJSFunction) {
1207 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1226 MacroAssembler* masm, InterpreterPushArgsMode mode) {
1243 if (mode == InterpreterPushArgsMode::kJSFunction) {
1252 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1257 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode);