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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp2001 const int LOG2_RADIX = 4 /*smaller steps in debug mode:*/ debug_only(-1); local
2002 const int RADIX = (1 << LOG2_RADIX);
2003 for (int step = (1 << (LOG2_RADIX*3)); step > 1; step >>= LOG2_RADIX) {

Completed in 52 milliseconds