Lines Matching refs:InYoungGeneration
2445 DCHECK(mc->InYoungGeneration()); in VerifyYoung()
2446 DCHECK(heap_->InYoungGeneration(obj)); in VerifyYoung()
2469 DCHECK(!mc->InYoungGeneration()); in Verify()
2470 DCHECK(!heap_->InYoungGeneration(obj)); in Verify()
2499 if (InYoungGeneration(target)) { in UpdateYoungReferences()
2874 if (chunk->InYoungGeneration() || chunk->IsLargePage()) return; in VerifyNoNeedToClearSlots()
2982 if (BasicMemoryChunk::FromHeapObject(object)->InYoungGeneration()) in MayContainRecordedSlots()
4122 DCHECK_IMPLIES(target->IsStrongOrWeak() && Heap::InYoungGeneration(target), in ShouldHaveBeenRecorded()
4124 return target->IsStrongOrWeak() && Heap::InYoungGeneration(target) && in ShouldHaveBeenRecorded()
4125 !Heap::InYoungGeneration(host); in ShouldHaveBeenRecorded()
4196 if (!InYoungGeneration(object)) { in VerifyRememberedSetFor()
5664 if (!page->InYoungGeneration()) { in ClearRecordedSlot()
5684 if (InYoungGeneration(object)) return; in VerifyClearedSlot()
5699 DCHECK(!page->InYoungGeneration()); in VerifySlotRangeHasNoRecordedSlots()
5709 if (!page->InYoungGeneration()) { in ClearRecordedSlotRange()
5956 if (InYoungGeneration(o)) { in CleanUpYoung()
5978 DCHECK(!InYoungGeneration(o)); in CleanUpAll()
6524 Heap::InYoungGeneration(value_heap_object)) { in WriteBarrierForRangeImpl()
6552 if (!source_page->InYoungGeneration()) { in WriteBarrierForRange()
6599 DCHECK(InYoungGeneration(object)); in GenerationalBarrierForCodeSlow()
6630 CHECK_EQ(chunk->InYoungGeneration(), slim_chunk->InYoungGeneration()); in PageFlagsAreConsistent()
6638 slim_chunk->InYoungGeneration()); in PageFlagsAreConsistent()