Searched refs:los_bitmap (Results 1 – 1 of 1) sorted by relevance
1527 accounting::LargeObjectBitmap* los_bitmap = in LogFromSpaceRefHolder() local1529 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() local1570 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() local1961 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[all …]