Home | History | Annotate | Download | only in src

Lines Matching refs:byte_index

663     int byte_index = index >> kBitsPerByteLog2;
665 if ((safepoint_bits[byte_index] & (1U << bit_index)) != 0) {