< prev index next >

src/hotspot/cpu/x86/stubGenerator_x86_64.hpp

Print this page
*** 537,10 ***
--- 537,13 ---
    address generate_throw_exception(const char* name,
                                     address runtime_entry,
                                     Register arg1 = noreg,
                                     Register arg2 = noreg);
  
+   // interpreter or compiled code marshalling registers to/from inline type instance
+   address generate_return_value_stub(address destination, const char* name, bool has_res);
+ 
    void create_control_words();
  
    // Initialization
    void generate_initial();
    void generate_phase1();
< prev index next >