Home
last modified time | relevance | path

Searched refs:prototype_users (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dobjects-debug.cc905 if (prototype_users()->IsWeakFixedArray()) { in PrototypeInfoVerify()
906 WeakFixedArray::cast(prototype_users())->FixedArrayVerify(); in PrototypeInfoVerify()
908 CHECK(prototype_users()->IsSmi()); in PrototypeInfoVerify()
Dobjects-printer.cc990 os << "\n - prototype users: " << Brief(prototype_users()); in PrototypeInfoPrint()
Dapi.cc404 i::Object* prototype_users = in CreateSnapshotDataBlob() local
405 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()
Dobjects.cc12674 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()
Dobjects-inl.h5484 ACCESSORS(PrototypeInfo, prototype_users, Object, kPrototypeUsersOffset) in ACCESSORS()
Dobjects.h6184 DECL_ACCESSORS(prototype_users, Object)