17void Builtins::Generate_InterpreterEntryTrampolineForProfiling(
 
   23void Builtins::Generate_InterpreterPushArgsThenCall(MacroAssembler* masm) {
 
   28void Builtins::Generate_InterpreterPushUndefinedAndArgsThenCall(
 
   29    MacroAssembler* masm) {
 
   35void Builtins::Generate_InterpreterPushArgsThenCallWithFinalSpread(
 
   36    MacroAssembler* masm) {
 
   42void Builtins::Generate_InterpreterPushArgsThenConstruct(MacroAssembler* masm) {
 
   47void Builtins::Generate_InterpreterPushArgsThenConstructWithFinalSpread(
 
   48    MacroAssembler* masm) {
 
   53void Builtins::Generate_InterpreterPushArgsThenConstructArrayFunction(
 
   54    MacroAssembler* masm) {
 
static void Generate_InterpreterPushArgsThenConstructImpl(MacroAssembler *masm, InterpreterPushArgsMode mode)
static void Generate_InterpreterEntryTrampoline(MacroAssembler *masm, InterpreterEntryTrampolineMode mode)
static void Generate_InterpreterPushArgsThenCallImpl(MacroAssembler *masm, ConvertReceiverMode receiver_mode, InterpreterPushArgsMode mode)