< prev index next >

src/share/vm/opto/type.hpp

Print this page

        

*** 691,700 **** --- 691,701 ---- _fields[i] = t; } static const TypeTuple *make( uint cnt, const Type **fields ); static const TypeTuple *make_range(ciSignature *sig, bool ret_vt_fields = false); + static const TypeTuple *make_range(ciType *ret_type, bool ret_vt_fields = false); static const TypeTuple *make_domain(ciInstanceKlass* recv, ciSignature *sig, bool vt_fields_as_args = false); // Subroutine call type with space allocated for argument types // Memory for Control, I_O, Memory, FramePtr, and ReturnAdr is allocated implicitly static const Type **fields( uint arg_cnt );
< prev index next >