comparison src/share/vm/opto/callGenerator.hpp @ 3752:f918d6096e23

7050554: JSR 292 - need optimization for selectAlternative Reviewed-by: kvn, jrose
author never
date Thu, 02 Jun 2011 13:36:11 -0700
parents f8b038506985
children fdb992d83a87
comparison
equal deleted inserted replaced
3745:a93146d0e4be 3752:f918d6096e23
109 // How to generate vanilla out-of-line call sites: 109 // How to generate vanilla out-of-line call sites:
110 static CallGenerator* for_direct_call(ciMethod* m, bool separate_io_projs = false); // static, special 110 static CallGenerator* for_direct_call(ciMethod* m, bool separate_io_projs = false); // static, special
111 static CallGenerator* for_dynamic_call(ciMethod* m); // invokedynamic 111 static CallGenerator* for_dynamic_call(ciMethod* m); // invokedynamic
112 static CallGenerator* for_virtual_call(ciMethod* m, int vtable_index); // virtual, interface 112 static CallGenerator* for_virtual_call(ciMethod* m, int vtable_index); // virtual, interface
113 113
114 static CallGenerator* for_method_handle_inline(Node* method_handle, JVMState* jvms, ciMethod* caller, ciMethod* callee, ciCallProfile profile);
115
114 // How to generate a replace a direct call with an inline version 116 // How to generate a replace a direct call with an inline version
115 static CallGenerator* for_late_inline(ciMethod* m, CallGenerator* inline_cg); 117 static CallGenerator* for_late_inline(ciMethod* m, CallGenerator* inline_cg);
116 118
117 // How to make a call but defer the decision whether to inline or not. 119 // How to make a call but defer the decision whether to inline or not.
118 static CallGenerator* for_warm_call(WarmCallInfo* ci, 120 static CallGenerator* for_warm_call(WarmCallInfo* ci,