Searched refs:prototype_users (Results 1 – 7 of 7) sorted by relevance
1073 if (prototype_users()->IsWeakFixedArray()) { in PrototypeInfoVerify()1074 WeakFixedArray::cast(prototype_users())->FixedArrayVerify(); in PrototypeInfoVerify()1076 CHECK(prototype_users()->IsSmi()); in PrototypeInfoVerify()
1278 os << "\n - prototype users: " << Brief(prototype_users()); in PrototypeInfoPrint()
12632 Handle<Object> maybe_registry(proto_info->prototype_users(), isolate); in LazyRegisterPrototypeUser()12664 PrototypeInfo::cast(user->prototype_info())->prototype_users(); in UnregisterPrototypeUser()12678 Object* maybe_registry = proto_info->prototype_users(); in UnregisterPrototypeUser()12706 WeakFixedArray::Iterator iterator(proto_info->prototype_users()); in InvalidatePrototypeChainsInternal()
6930 DECL_ACCESSORS(prototype_users, Object)
5773 ACCESSORS(PrototypeInfo, prototype_users, Object, kPrototypeUsersOffset) in ACCESSORS()
486 Object* users = info->prototype_users(); in RecordMapDetails()
5801 Object* prototype_users = PrototypeInfo::cast(o)->prototype_users(); in CompactWeakFixedArrays() local5802 if (prototype_users->IsWeakFixedArray()) { in CompactWeakFixedArrays()5803 WeakFixedArray* array = WeakFixedArray::cast(prototype_users); in CompactWeakFixedArrays()