Home | History | Annotate | Download | only in x64

Lines Matching refs:InterpreterPushArgsMode

802     InterpreterPushArgsMode mode) {
828 if (mode == InterpreterPushArgsMode::kJSFunction) {
832 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
852 MacroAssembler* masm, InterpreterPushArgsMode mode) {
881 if (mode == InterpreterPushArgsMode::kJSFunction) {
891 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
896 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode);