Home | History | Annotate | Download | only in x87

Lines Matching refs:InterpreterPushArgsMode

697     InterpreterPushArgsMode mode) {
729 if (mode == InterpreterPushArgsMode::kJSFunction) {
733 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
849 MacroAssembler* masm, InterpreterPushArgsMode mode) {
875 if (mode == InterpreterPushArgsMode::kJSFunction) {
884 } else if (mode == InterpreterPushArgsMode::kWithFinalSpread) {
889 DCHECK_EQ(InterpreterPushArgsMode::kOther, mode);