Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.cc1039 accounting::LargeObjectBitmap* los_bitmap = in AssertToSpaceInvariant() local
1041 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range"; in AssertToSpaceInvariant()
1045 } else if (is_los && los_bitmap->Test(obj)) { in AssertToSpaceInvariant()
1079 accounting::LargeObjectBitmap* los_bitmap = in AssertToSpaceInvariant() local
1081 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range"; in AssertToSpaceInvariant()
1084 (is_los && los_bitmap->Test(ref))) { in AssertToSpaceInvariant()
1457 accounting::LargeObjectBitmap* los_bitmap = in IsMarked() local
1459 CHECK(los_bitmap != nullptr) << "LOS bitmap covers the entire address range"; in IsMarked()
1464 } else if (is_los && los_bitmap->Test(from_ref)) { in IsMarked()
1573 accounting::LargeObjectBitmap* los_bitmap = in Mark() local
[all …]