Home
last modified time | relevance | path

Searched refs:index_mask_span (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file.cc2205 size_t index_mask_span = (mask != 0u) ? 32u - index_bits - CTZ(mask) : 0u; in DCheckIndexToBssMapping() local
2206 CHECK_LE(index_mask_span, entry.GetIndex(index_bits)); in DCheckIndexToBssMapping()
2208 CHECK_LT(prev_entry->GetIndex(index_bits), entry.GetIndex(index_bits) - index_mask_span); in DCheckIndexToBssMapping()