Home | History | Annotate | Download | only in collector

Lines Matching refs:los

1161     // Should be a large object. Must be page aligned and the LOS must exist.
1190 // Should be a large object. Must be page aligned and the LOS must exist.
1944 // TODO: LOS. But only refs in LOS are classes.
2210 // Only the GC thread could be setting the LOS bit map hence doesn't
2506 space::LargeObjectSpace* const los = heap_->GetLargeObjectsSpace();
2507 if (los != nullptr) {
2509 accounting::LargeObjectBitmap* const live_bitmap = los->GetLiveBitmap();
2510 accounting::LargeObjectBitmap* const mark_bitmap = los->GetMarkBitmap();
2512 std::pair<uint8_t*, uint8_t*> range = los->GetBeginEndAtomic();
2515 [mark_bitmap, los, self](mirror::Object* obj)
2518 if (los->IsZygoteLargeObject(self, obj)) {
2949 << " LOS bit map covers the entire lower 4GB address range";
2955 LOG(INFO) << "holder is marked in the los bit map.";
3013 // Non-moving space and large-object space (LOS) cases.
3592 // Already marked in LOS.