Searched refs:small_offset_mask (Results 1 - 2 of 2) 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
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp233 if (offset <= small_offset_mask) {

Completed in 280 milliseconds