Lines Matching refs:masm
12 void Builtins::Generate_InterpreterPushArgsThenCall(MacroAssembler* masm) { in Generate_InterpreterPushArgsThenCall() argument
14 masm, ConvertReceiverMode::kAny, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenCall()
18 MacroAssembler* masm) { in Generate_InterpreterPushUndefinedAndArgsThenCall() argument
20 masm, ConvertReceiverMode::kNullOrUndefined, in Generate_InterpreterPushUndefinedAndArgsThenCall()
25 MacroAssembler* masm) { in Generate_InterpreterPushArgsThenCallWithFinalSpread() argument
27 masm, ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsThenCallWithFinalSpread()
31 void Builtins::Generate_InterpreterPushArgsThenConstruct(MacroAssembler* masm) { in Generate_InterpreterPushArgsThenConstruct() argument
33 masm, InterpreterPushArgsMode::kOther); in Generate_InterpreterPushArgsThenConstruct()
37 MacroAssembler* masm) { in Generate_InterpreterPushArgsThenConstructWithFinalSpread() argument
39 masm, InterpreterPushArgsMode::kWithFinalSpread); in Generate_InterpreterPushArgsThenConstructWithFinalSpread()
43 MacroAssembler* masm) { in Generate_InterpreterPushArgsThenConstructArrayFunction() argument
45 masm, InterpreterPushArgsMode::kArrayFunction); in Generate_InterpreterPushArgsThenConstructArrayFunction()