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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp839 //-----------------------------branch_prediction-------------------------------
840 float Parse::branch_prediction(float& cnt, function in class:Parse
858 // branch_prediction returned PROB_UNKNOWN, the counts are too small.
882 // branch_prediction() when the profile reports a zero taken count.
974 float prob = branch_prediction(cnt, btest, target_bci);
1055 float prob = branch_prediction(cnt, btest, target_bci);

Completed in 29 milliseconds