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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp62 // is_deferred: The decision whether to inline or not is deferred.
63 virtual bool is_deferred() const { return false; } function in class:CallGenerator
H A DcallGenerator.cpp509 virtual bool is_deferred() const { return true; } function in class:WarmCallGenerator
585 virtual bool is_deferred() const { return _if_hit->is_deferred(); } function in class:PredictedCallGenerator

Completed in 34 milliseconds