Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-debug.cc1073 if (prototype_users()->IsWeakFixedArray()) { in PrototypeInfoVerify()
1074 WeakFixedArray::cast(prototype_users())->FixedArrayVerify(); in PrototypeInfoVerify()
1076 CHECK(prototype_users()->IsSmi()); in PrototypeInfoVerify()
Dobjects-printer.cc1278 os << "\n - prototype users: " << Brief(prototype_users()); in PrototypeInfoPrint()
Dobjects.cc12632 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()
Dobjects.h6930 DECL_ACCESSORS(prototype_users, Object)
Dobjects-inl.h5773 ACCESSORS(PrototypeInfo, prototype_users, Object, kPrototypeUsersOffset) in ACCESSORS()
/external/v8/src/heap/
Dobject-stats.cc486 Object* users = info->prototype_users(); in RecordMapDetails()
Dheap.cc5801 Object* prototype_users = PrototypeInfo::cast(o)->prototype_users(); in CompactWeakFixedArrays() local
5802 if (prototype_users->IsWeakFixedArray()) { in CompactWeakFixedArrays()
5803 WeakFixedArray* array = WeakFixedArray::cast(prototype_users); in CompactWeakFixedArrays()