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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp75 virtual bool already_attempted() const { ShouldNotReachHere(); return false; } function in class:CallGenerator
H A DcallGenerator.cpp412 virtual bool already_attempted() const { return _attempt > 0; } function in class:LateInlineMHCallGenerator
H A Dcallnode.cpp788 if (can_reshape && cg != NULL && cg->is_mh_late_inline() && !cg->already_attempted()) {

Completed in 954 milliseconds