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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1951 // Make sure any guarding test views this path as very unlikely
3577 float unlikely = PROB_UNLIKELY(0.999); local
3703 float unlikely = PROB_UNLIKELY(0.999); local
3753 __ if_then(val, BoolTest::ne, null(), unlikely); {
H A Dlibrary_call.cpp1238 float unlikely = PROB_UNLIKELY(0.9); local
1272 __ if_then(src, BoolTest::eq, lastChar, unlikely); {
2187 float unlikely = PROB_UNLIKELY(0.999); local
2194 __ if_then(offset, BoolTest::eq, referent_off, unlikely); {
2206 __ if_then(is_instof, BoolTest::eq, one, unlikely); {

Completed in 64 milliseconds