Home | History | Annotate | Download | only in arm

Lines Matching refs:InterpreterPushArgsMode

1186     InterpreterPushArgsMode mode) {
1202 if (mode == InterpreterPushArgsMode::kJSFunction) {
1206 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1225 MacroAssembler* masm, InterpreterPushArgsMode mode) {
1243 if (mode == InterpreterPushArgsMode::kJSFunction) {
1252 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1257 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode);