Searched refs:los_bitmap (Results 1 – 1 of 1) sorted by relevance
1156 accounting::LargeObjectBitmap* los_bitmap = nullptr; in TestAndSetMarkBitForRef() local1176 los_bitmap = heap_->GetLargeObjectsSpace()->GetMarkBitmap(); in TestAndSetMarkBitForRef()1179 return (bitmap != nullptr) ? bitmap->AtomicTestAndSet(ref) : los_bitmap->AtomicTestAndSet(ref); in TestAndSetMarkBitForRef()1181 return (bitmap != nullptr) ? bitmap->Set(ref) : los_bitmap->Set(ref); in TestAndSetMarkBitForRef()2229 accounting::LargeObjectBitmap* los_bitmap = in ProcessMarkStackRef() local2231 DCHECK(los_bitmap->HasAddress(to_ref)); in ProcessMarkStackRef()2234 perform_scan = !los_bitmap->Set(to_ref); in ProcessMarkStackRef()2829 accounting::LargeObjectBitmap* los_bitmap = in AssertToSpaceInvariant() local2831 LOG(FATAL_WITHOUT_ABORT) << "BITMAP " << los_bitmap->Test(obj); in AssertToSpaceInvariant()2970 accounting::LargeObjectBitmap* los_bitmap = nullptr; in LogFromSpaceRefHolder() local[all …]