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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp125 static CallGenerator* for_late_inline(ciMethod* m, CallGenerator* inline_cg);
H A DcallGenerator.cpp402 CallGenerator* CallGenerator::for_late_inline(ciMethod* method, CallGenerator* inline_cg) { function in class:CallGenerator
709 return CallGenerator::for_late_inline(callee, cg);
H A DdoCall.cpp184 return CallGenerator::for_late_inline(callee, cg);

Completed in 132 milliseconds