< prev index next >

src/hotspot/share/opto/idealKit.hpp

Print this page

        

*** 240,256 **** int oop_adr_idx, BasicType bt, int adr_idx); // Trivial call ! void make_leaf_call(const TypeFunc *slow_call_type, ! address slow_call, ! const char *leaf_name, ! Node* parm0, ! Node* parm1 = NULL, ! Node* parm2 = NULL, ! Node* parm3 = NULL); void make_leaf_call_no_fp(const TypeFunc *slow_call_type, address slow_call, const char *leaf_name, const TypePtr* adr_type, --- 240,256 ---- int oop_adr_idx, BasicType bt, int adr_idx); // Trivial call ! Node* make_leaf_call(const TypeFunc *slow_call_type, ! address slow_call, ! const char *leaf_name, ! Node* parm0, ! Node* parm1 = NULL, ! Node* parm2 = NULL, ! Node* parm3 = NULL); void make_leaf_call_no_fp(const TypeFunc *slow_call_type, address slow_call, const char *leaf_name, const TypePtr* adr_type,
< prev index next >