Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc466 uint32_t* overflow_bitmap = in SetReferenceInstanceOffsets() local
471 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() local
1657 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()
H A Dclass-inl.h816 uint32_t* overflow_bitmap = reinterpret_cast<uint32_t*>( in VerifyOverflowReferenceBitmap() local
820 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()
H A Dobject-inl.h901 uint32_t* overflow_bitmap = reinterpret_cast<uint32_t*>( in VisitInstanceFieldsReferences() local
906 overflow_bitmap[i]); in VisitInstanceFieldsReferences()