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

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp1852 LSB_BITS = 8, enumerator in enum:__anon408
1853 LSB_MASK = right_n_bits(LSB_BITS)
1883 *bc_counter_addr = bc_counter + (1 << LSB_BITS);
1921 juint r = counter >> LSB_BITS;

Completed in 26 milliseconds