Searched refs:prototype_users (Results 1 – 6 of 6) sorted by relevance
902 if (prototype_users()->IsWeakFixedArray()) { in PrototypeInfoVerify()903 WeakFixedArray::cast(prototype_users())->FixedArrayVerify(); in PrototypeInfoVerify()905 CHECK(prototype_users()->IsSmi()); in PrototypeInfoVerify()
1062 os << "\n - prototype users: " << Brief(prototype_users()); in PrototypeInfoPrint()
12014 Handle<Object> maybe_registry(proto_info->prototype_users(), isolate); in LazyRegisterPrototypeUser()12046 PrototypeInfo::cast(user->prototype_info())->prototype_users(); in UnregisterPrototypeUser()12060 Object* maybe_registry = proto_info->prototype_users(); in UnregisterPrototypeUser()12088 WeakFixedArray::Iterator iterator(proto_info->prototype_users()); in InvalidatePrototypeChainsInternal()
5524 ACCESSORS(PrototypeInfo, prototype_users, Object, kPrototypeUsersOffset) in ACCESSORS() argument
6368 DECL_ACCESSORS(prototype_users, Object)
5594 Object* prototype_users = PrototypeInfo::cast(o)->prototype_users(); in CompactWeakFixedArrays() local5595 if (prototype_users->IsWeakFixedArray()) { in CompactWeakFixedArrays()5596 WeakFixedArray* array = WeakFixedArray::cast(prototype_users); in CompactWeakFixedArrays()