Searched defs:for_method_handle_inline (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp439 CallGenerator* cg = for_method_handle_inline(jvms, _caller, method(), _input_not_const);
705 CallGenerator* cg = CallGenerator::for_method_handle_inline(jvms, caller, callee, input_not_const);
727 CallGenerator* CallGenerator::for_method_handle_inline(JVMState* jvms, ciMethod* caller, ciMethod* callee, bool& input_not_const) { function in class:CallGenerator

Completed in 35 milliseconds