Searched refs:retained_maps (Results 1 – 4 of 4) sorted by relevance
681 ArrayList* retained_maps = heap()->retained_maps(); in RetainMaps() local682 int length = retained_maps->Length(); in RetainMaps()688 DCHECK(retained_maps->Get(i)->IsWeakCell()); in RetainMaps()689 WeakCell* cell = WeakCell::cast(retained_maps->Get(i)); in RetainMaps()691 int age = Smi::cast(retained_maps->Get(i + 1))->value(); in RetainMaps()716 retained_maps->Set(i + 1, Smi::FromInt(new_age)); in RetainMaps()
1069 number_of_disposed_maps_ = retained_maps()->Length(); in NotifyContextDisposed()5817 Handle<ArrayList> array(retained_maps(), isolate()); in AddRetainedMap()5824 if (*array != retained_maps()) { in AddRetainedMap()5830 void Heap::CompactRetainedMaps(ArrayList* retained_maps) { in CompactRetainedMaps() argument5831 DCHECK_EQ(retained_maps, this->retained_maps()); in CompactRetainedMaps()5832 int length = retained_maps->Length(); in CompactRetainedMaps()5837 DCHECK(retained_maps->Get(i)->IsWeakCell()); in CompactRetainedMaps()5838 WeakCell* cell = WeakCell::cast(retained_maps->Get(i)); in CompactRetainedMaps()5839 Object* age = retained_maps->Get(i + 1); in CompactRetainedMaps()5842 retained_maps->Set(new_length, cell); in CompactRetainedMaps()[all …]
305 RecordFixedArrayHelper(nullptr, heap_->retained_maps(), in CollectGlobalStatistics()
199 V(ArrayList, retained_maps, RetainedMaps) \1746 void CompactRetainedMaps(ArrayList* retained_maps);