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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp2988 uint total_instructions = 0, total_bundles = 0; local
2993 total_bundles += bundle_count;
2996 if (total_bundles > 0)
2998 ((double)total_instructions) / ((double)total_bundles));

Completed in 193 milliseconds