Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc1527 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
[all …]