Lines Matching refs:los_bitmap
1527 accounting::LargeObjectBitmap* los_bitmap = in LogFromSpaceRefHolder() local
1529 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range"; in LogFromSpaceRefHolder()
1533 } else if (is_los && los_bitmap->Test(obj)) { in LogFromSpaceRefHolder()
1568 accounting::LargeObjectBitmap* los_bitmap = in AssertToSpaceInvariantInNonMovingSpace() local
1570 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range"; in AssertToSpaceInvariantInNonMovingSpace()
1573 (is_los && los_bitmap->Test(ref))) { in AssertToSpaceInvariantInNonMovingSpace()
1959 accounting::LargeObjectBitmap* los_bitmap = in IsMarked() local
1961 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range"; in IsMarked()
1966 } else if (is_los && los_bitmap->Test(from_ref)) { in IsMarked()
2019 accounting::LargeObjectBitmap* los_bitmap = in MarkNonMoving() local
2021 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range"; in MarkNonMoving()
2029 } else if (is_los && los_bitmap->Test(ref)) { in MarkNonMoving()
2043 DCHECK(!los_bitmap->Test(ref)); in MarkNonMoving()
2056 } else if (is_los && los_bitmap->AtomicTestAndSet(ref)) { in MarkNonMoving()