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

/openjdk7/hotspot/src/share/vm/runtime/
H A DjfieldIDWorkaround.hpp70 small_offset_mask = right_n_bits(small_offset_bits), enumerator in enum:jfieldIDWorkaround::__anon416
78 const static uintptr_t small_offset_mask = right_n_bits(small_offset_bits); member in class:jfieldIDWorkaround
90 result &= small_offset_mask; // cut off the hash bits

Completed in 30 milliseconds