Lines Matching defs:bit_index
622 int bit_index = index & (kBitsPerByte - 1);623 if ((safepoint_bits[byte_index] & (1U << bit_index)) != 0) {