Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-debug.cc902 if (prototype_users()->IsWeakFixedArray()) { in PrototypeInfoVerify()
903 WeakFixedArray::cast(prototype_users())->FixedArrayVerify(); in PrototypeInfoVerify()
905 CHECK(prototype_users()->IsSmi()); in PrototypeInfoVerify()
Dobjects-printer.cc1062 os << "\n - prototype users: " << Brief(prototype_users()); in PrototypeInfoPrint()
Dobjects.cc12014 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()
Dobjects-inl.h5524 ACCESSORS(PrototypeInfo, prototype_users, Object, kPrototypeUsersOffset) in ACCESSORS() argument
Dobjects.h6368 DECL_ACCESSORS(prototype_users, Object)
/external/v8/src/heap/
Dheap.cc5594 Object* prototype_users = PrototypeInfo::cast(o)->prototype_users(); in CompactWeakFixedArrays() local
5595 if (prototype_users->IsWeakFixedArray()) { in CompactWeakFixedArrays()
5596 WeakFixedArray* array = WeakFixedArray::cast(prototype_users); in CompactWeakFixedArrays()