Searched refs:overflow_bitmap (Results 1 – 3 of 3) sorted by relevance
466 uint32_t* overflow_bitmap = in SetReferenceInstanceOffsets() local471 pop_cnt += static_cast<uint32_t>(POPCOUNT(overflow_bitmap[i])); in SetReferenceInstanceOffsets()1651 uint32_t* overflow_bitmap; // Pointer to the last word of overflow bitmap to be written into. in PopulateReferenceOffsetBitmap() local1657 overflow_bitmap = in PopulateReferenceOffsetBitmap()1659 DCHECK_ALIGNED(overflow_bitmap, sizeof(uint32_t)); in PopulateReferenceOffsetBitmap()1672 overflow_bitmap[--overflow_bitmap_word_idx] = ref_offsets; in PopulateReferenceOffsetBitmap()1685 overflow_bitmap[--overflow_bitmap_word_idx] = ref_offsets; in PopulateReferenceOffsetBitmap()1691 overflow_bitmap[--overflow_bitmap_word_idx] = 0xffffffffu; in PopulateReferenceOffsetBitmap()1726 overflow_bitmap[--overflow_bitmap_word_idx] = ref_offsets; in PopulateReferenceOffsetBitmap()
816 uint32_t* overflow_bitmap = reinterpret_cast<uint32_t*>( in VerifyOverflowReferenceBitmap() local820 ref_offsets = overflow_bitmap[i]; in VerifyOverflowReferenceBitmap()827 << " check_bitmap_idx:" << check_bitmap_idx << " bitmap_word:" << overflow_bitmap[i]; in VerifyOverflowReferenceBitmap()850 oss << overflow_bitmap[i] << ":"; in VerifyOverflowReferenceBitmap()
901 uint32_t* overflow_bitmap = reinterpret_cast<uint32_t*>( in VisitInstanceFieldsReferences() local906 overflow_bitmap[i]); in VisitInstanceFieldsReferences()