Searched refs:prototype_users (Results 1 – 6 of 6) sorted by relevance
16 // [prototype_users]: WeakArrayList containing weak references to maps using18 prototype_users: WeakArrayList|Zero;
4815 Handle<Object> maybe_registry(proto_info->prototype_users(), isolate); in LazyRegisterPrototypeUser()4851 PrototypeInfo::cast(user->prototype_info()).prototype_users(); in UnregisterPrototypeUser()4865 Handle<WeakArrayList> prototype_users( in UnregisterPrototypeUser() local4866 WeakArrayList::cast(proto_info->prototype_users()), isolate); in UnregisterPrototypeUser()4867 DCHECK_EQ(prototype_users->Get(slot), HeapObjectReference::Weak(*user)); in UnregisterPrototypeUser()4868 PrototypeUsers::MarkSlotEmpty(*prototype_users, slot); in UnregisterPrototypeUser()4931 if (!proto_info.prototype_users().IsWeakArrayList()) { in InvalidatePrototypeChainsInternal()4934 WeakArrayList prototype_users = in InvalidatePrototypeChainsInternal() local4935 WeakArrayList::cast(proto_info.prototype_users()); in InvalidatePrototypeChainsInternal()4937 for (int i = PrototypeUsers::kFirstIndex; i < prototype_users.length(); in InvalidatePrototypeChainsInternal()[all …]
1699 if (prototype_users().IsWeakArrayList()) { in PrototypeInfoVerify()1700 PrototypeUsers::Verify(WeakArrayList::cast(prototype_users())); in PrototypeInfoVerify()1702 CHECK(prototype_users().IsSmi()); in PrototypeInfoVerify()
1775 os << "\n - prototype users: " << Brief(prototype_users()); in PrototypeInfoPrint()
906 Object users = info.prototype_users(); in RecordVirtualMapDetails()
6290 if (prototype_info.prototype_users().IsWeakArrayList()) { in CompactWeakArrayLists()6298 WeakArrayList::cast(prototype_info->prototype_users()), isolate()); in CompactWeakArrayLists()