Home | History | Annotate | Download | only in arm64

Lines Matching refs:InterpreterPushArgsMode

1199     InterpreterPushArgsMode mode) {
1216 if (mode == InterpreterPushArgsMode::kJSFunction) {
1220 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1238 MacroAssembler* masm, InterpreterPushArgsMode mode) {
1255 if (mode == InterpreterPushArgsMode::kJSFunction) {
1264 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
1269 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode);