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

/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java29 * @run main/othervm -Xcomp -XX:CompileOnly=Test6823354.lzcomp,Test6823354.tzcomp,.dolzcomp,.dotzcomp Test6823354
113 check(x, tzcomp(x), tzint(x));
119 check(x, tzcomp(x), tzint(x));
141 check(x, tzcomp(x), tzint(x));
147 check(x, tzcomp(x), tzint(x));
183 static int tzcomp(int i) { return Integer.numberOfTrailingZeros(i); } method in class:Test6823354
186 static int tzcomp(long l) { return Long.numberOfTrailingZeros(l); } method in class:Test6823354
249 static int dotzcomp() { return tzcomp(VALUE); }
264 static int dotzcomp() { return tzcomp(VALUE); }

Completed in 28 milliseconds