Home | History | Annotate | Download | only in gc

Lines Matching defs:bitmap

1619     // Note: the bitmap tests below are racy since we don't hold the heap bitmap lock.
1979 // For bitmap Visit.
2335 // Live bitmap of the space which contains the bins.
2337 // Mark bitmap of the space which contains the bins.
2955 accounting::ContinuousSpaceBitmap* bitmap =
2958 if (bitmap == nullptr) {
2959 LOG(ERROR) << "Object " << obj << " has no bitmap";
2965 if (bitmap->Test(obj)) {
2966 LOG(ERROR) << "Object " << obj << " found in live bitmap";
2983 card_table->Scan<false>(bitmap, byte_cover_begin,
3011 // be live or else how did we find it in the live bitmap?
3047 // to heap verification requiring that roots are live (either in the live bitmap or in the
3065 // to heap verification requiring that roots are live (either in the live bitmap or in the
3149 LOG(ERROR) << "Object " << obj << " found in live bitmap";
3630 // Use heap bitmap lock to guard against races with BindLiveToMarkBitmap.
3799 // We don't have a good measure of how worthwhile a trim might be. We can't use the live bitmap