Searched defs:already_attempted (Results 1 - 2 of 2) 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

Completed in 32 milliseconds