hotspot/src/share/vm/interpreter/templateInterpreterGenerator.hpp
changeset 39390 edf6a424a8b7
parent 35479 62c12ca7a45e
child 40071 53e12df44b7b
equal deleted inserted replaced
39281:84e5f0fc2112 39390:edf6a424a8b7
   106   void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue);
   106   void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue);
   107   void generate_counter_overflow(Label& continue_entry);
   107   void generate_counter_overflow(Label& continue_entry);
   108 
   108 
   109   void generate_fixed_frame(bool native_call);
   109   void generate_fixed_frame(bool native_call);
   110 #ifdef SPARC
   110 #ifdef SPARC
   111   void generate_stack_overflow_check(Register Rframe_size, Register Rscratch,
   111   void generate_stack_overflow_check(Register Rframe_size, Register Rscratch);
   112                                      Register Rscratch2);
       
   113   void save_native_result(void);
   112   void save_native_result(void);
   114   void restore_native_result(void);
   113   void restore_native_result(void);
   115 #endif // SPARC
   114 #endif // SPARC
   116 
   115 
   117 #ifdef AARCH64
   116 #ifdef AARCH64