< prev index next >

src/hotspot/share/ci/ciMethod.hpp

Print this page

        

*** 366,373 **** --- 366,377 ---- // Print the name of this method in various incarnations. void print_name(outputStream* st = tty); void print_short_name(outputStream* st = tty); static bool is_consistent_info(ciMethod* declared_method, ciMethod* resolved_method); + + // Support for the value type calling convention + bool has_scalarized_args() const; + const GrowableArray<SigEntry>* get_sig_cc(); }; #endif // SHARE_CI_CIMETHOD_HPP
< prev index next >