Searched refs:los_bitmap (Results 1 – 1 of 1) sorted by relevance
1206 accounting::LargeObjectBitmap* los_bitmap = nullptr; in TestAndSetMarkBitForRef() local1226 los_bitmap = heap_->GetLargeObjectsSpace()->GetMarkBitmap(); in TestAndSetMarkBitForRef()1229 return (bitmap != nullptr) ? bitmap->AtomicTestAndSet(ref) : los_bitmap->AtomicTestAndSet(ref); in TestAndSetMarkBitForRef()1231 return (bitmap != nullptr) ? bitmap->Set(ref) : los_bitmap->Set(ref); in TestAndSetMarkBitForRef()2280 accounting::LargeObjectBitmap* los_bitmap = in ProcessMarkStackRef() local2282 DCHECK(los_bitmap->HasAddress(to_ref)); in ProcessMarkStackRef()2285 perform_scan = !los_bitmap->Set(to_ref); in ProcessMarkStackRef()2883 accounting::LargeObjectBitmap* los_bitmap = in AssertToSpaceInvariant() local2885 LOG(FATAL_WITHOUT_ABORT) << "BITMAP " << los_bitmap->Test(obj); in AssertToSpaceInvariant()3024 accounting::LargeObjectBitmap* los_bitmap = nullptr; in LogFromSpaceRefHolder() local[all …]