Searched refs:right_n_bits (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp2040 _basic_type_mask = right_n_bits(_basic_type_bits),
H A Dthread.cpp2813 st->print_cr("[" INTPTR_FORMAT "]", (intptr_t)last_Java_sp() & ~right_n_bits(12));
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3671 const int FULL_MAP = right_n_bits(BytesPerInt); // the int_map we hope for
3694 int_map |= right_n_bits(st_size) << subword_off;
H A Dcompile.cpp1546 return &_alias_cache[key & right_n_bits(logAliasCacheSize)];

Completed in 76 milliseconds

12