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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp158 virtual void print_inlining_late(const char* msg) { ShouldNotReachHere(); } function in class:CallGenerator
H A DcallGenerator.cpp296 virtual void print_inlining_late(const char* msg) { function in class:LateInlineCallGenerator
431 virtual void print_inlining_late(const char* msg) { function in class:LateInlineMHCallGenerator
433 LateInlineCallGenerator::print_inlining_late(msg);
H A Dcompile.cpp3518 cg->print_inlining_late("live nodes > LiveNodeCountInliningCutoff");
3527 cg->print_inlining_late("receiver not constant");

Completed in 44 milliseconds