Searched refs:call_site_count (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp137 int call_site_count = method()->scale_count(profile.count()); local
141 int freq = call_site_count / invoke_count;
145 (call_site_count >= InlineFrequencyCount) ||
151 tty->print_cr("Inlined frequent method (freq=%d count=%d):", freq, call_site_count);
H A DcallGenerator.cpp716 int call_site_count = caller->scale_count(profile.count()); local
718 if (IncrementalInline && call_site_count > 0 &&

Completed in 94 milliseconds