Searched refs:unlikely (Results 51 - 53 of 53) sorted by relevance

123

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-ot-shape-complex-indic-table.cc404 if (unlikely (u == 0x00A0u)) return _(CP,x);
416 if (unlikely (u == 0x25CCu)) return _(CP,x);
/openjdk9/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2185 float unlikely = PROB_UNLIKELY(0.999); local
2192 __ if_then(offset, BoolTest::eq, referent_off, unlikely); {
2204 __ if_then(is_instof, BoolTest::eq, one, unlikely); {
2987 // critical path, while CAS failure path can use the penalty for going through unlikely
/openjdk9/hotspot/test/compiler/uncommontrap/
H A DUncommonTrapStackBang.java77 // b) doIt() is compiled with an uncommon trap in the unlikely path
101 static public void doIt(boolean unlikely) { argument
10903 if (unlikely) {

Completed in 122 milliseconds

123