Searched refs:prototype_users (Results 1 – 6 of 6) sorted by relevance
905 if (prototype_users()->IsWeakFixedArray()) { in PrototypeInfoVerify()906 WeakFixedArray::cast(prototype_users())->FixedArrayVerify(); in PrototypeInfoVerify()908 CHECK(prototype_users()->IsSmi()); in PrototypeInfoVerify()
990 os << "\n - prototype users: " << Brief(prototype_users()); in PrototypeInfoPrint()
404 i::Object* prototype_users = in CreateSnapshotDataBlob() local405 i::PrototypeInfo::cast(o)->prototype_users(); in CreateSnapshotDataBlob()406 if (prototype_users->IsWeakFixedArray()) { in CreateSnapshotDataBlob()407 i::WeakFixedArray* array = i::WeakFixedArray::cast(prototype_users); in CreateSnapshotDataBlob()
12674 Handle<Object> maybe_registry(proto_info->prototype_users(), isolate); in LazyRegisterPrototypeUser()12706 PrototypeInfo::cast(user->prototype_info())->prototype_users(); in UnregisterPrototypeUser()12720 Object* maybe_registry = proto_info->prototype_users(); in UnregisterPrototypeUser()12748 WeakFixedArray::Iterator iterator(proto_info->prototype_users()); in InvalidatePrototypeChainsInternal()
5484 ACCESSORS(PrototypeInfo, prototype_users, Object, kPrototypeUsersOffset) in ACCESSORS()
6184 DECL_ACCESSORS(prototype_users, Object)