Searched refs:_input_not_const (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp409 bool _input_not_const; member in class:LateInlineMHCallGenerator
416 LateInlineCallGenerator(callee, NULL), _caller(caller), _attempt(0), _input_not_const(input_not_const) {}
422 if (_input_not_const) {
432 if (!_input_not_const) return;
439 CallGenerator* cg = for_method_handle_inline(jvms, _caller, method(), _input_not_const);
441 if (!_input_not_const) {

Completed in 41 milliseconds