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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp309 #define PROB_UNLIKELY(x) (1.0f - (float)(x)) macro
H A DgraphKit.cpp3577 float unlikely = PROB_UNLIKELY(0.999);
3703 float unlikely = PROB_UNLIKELY(0.999);
H A Dlibrary_call.cpp1238 float unlikely = PROB_UNLIKELY(0.9);
2187 float unlikely = PROB_UNLIKELY(0.999);
2474 __ if_then(heap_base_oop, BoolTest::ne, null(), PROB_UNLIKELY(0.999)); {

Completed in 65 milliseconds