Searched refs:BitsPerByte (Results 26 - 36 of 36) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp129 trap_shift = BitsPerByte - trap_bits,
H A DmethodOop.cpp1123 const uintptr_t max_id_uint = right_n_bits((int)(sizeof(_intrinsic_id) * BitsPerByte));
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp679 sll( Rdst, BitsPerByte, Rdst);
769 const int shift_count = (1 + byte_no) * BitsPerByte;
H A Dc1_LIRAssembler_sparc.cpp739 int shift = (code == Bytecodes::_i2b) ? (BitsPerInt - T_BYTE_aelem_bytes * BitsPerByte) : (BitsPerInt - BitsPerShort);
747 int shift = BitsPerInt - T_CHAR_aelem_bytes * BitsPerByte;
/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp833 __ shrl(rdx, 2*BitsPerByte);
853 __ shrl(rcx, 2*BitsPerByte);
H A Dinterp_masm_x86_32.cpp255 const int shift_count = (1 + byte_no) * BitsPerByte;
H A Dinterp_masm_x86_64.cpp258 const int shift_count = (1 + byte_no) * BitsPerByte;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp1494 if (i >= 0 && i < (int)sizeof(_nonnull_state) * BitsPerByte) {
1501 if (i >= 0 && i < (int)sizeof(_nonnull_state) * BitsPerByte) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2118 const uint max_region_idx = (1U << (sizeof(RegionIdx_t)*BitsPerByte-1)) - 1;
2121 size_t max_cards_per_region = ((size_t)1 << (sizeof(CardIdx_t)*BitsPerByte-1)) - 1;
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp699 if (proc_count <= sizeof(UINT_PTR) * BitsPerByte &&
/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp1435 cache |= (1 << (pat->char_at(o + i) & (sizeof(cache) * BitsPerByte - 1)));

Completed in 154 milliseconds

12