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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.cpp408 int _attempt; member in class:LateInlineMHCallGenerator
412 virtual bool already_attempted() const { return _attempt > 0; }
416 LateInlineCallGenerator(callee, NULL), _caller(caller), _attempt(0), _input_not_const(input_not_const) {}
442 _attempt++;

Completed in 32 milliseconds