Searched refs:prototype_info (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | map-inl.h | 57 DEF_GETTER(Map, prototype_info, Object) { in ACCESSORS() 63 RELEASE_ACQUIRE_ACCESSORS(Map, prototype_info, Object, in RELEASE_ACQUIRE_ACCESSORS() argument 547 if (!prototype_info().IsPrototypeInfo()) return false; in should_be_fast_prototype_map() 548 return PrototypeInfo::cast(prototype_info()).should_be_fast_map(); in should_be_fast_prototype_map()
|
D | keys.cc | 109 PrototypeInfo::cast(first_prototype_map_->prototype_info()) in GetKeys() 597 PrototypeInfo::cast(first_prototype_map_->prototype_info()) in GetKeysWithPrototypeInfoCache() 643 !prototype.map().prototype_info().IsPrototypeInfo()) { in TryPrototypeInfoCache() 650 PrototypeInfo::cast(map->prototype_info()) in TryPrototypeInfoCache()
|
D | map.h | 452 DECL_GETTER(prototype_info, Object) 453 DECL_RELEASE_ACQUIRE_ACCESSORS(prototype_info, Object)
|
D | objects-definitions.h | 158 V(_, PROTOTYPE_INFO_TYPE, PrototypeInfo, prototype_info) \
|
D | js-objects.cc | 2943 new_map->set_prototype_info(old_map->prototype_info(), kReleaseStore); in UpdatePrototypeUserRegistration() 2947 reinterpret_cast<void*>(new_map->prototype_info().ptr()), in UpdatePrototypeUserRegistration() 2952 if (new_map->prototype_info().IsPrototypeInfo()) { in UpdatePrototypeUserRegistration() 2955 PrototypeInfo::cast(new_map->prototype_info()) in UpdatePrototypeUserRegistration() 4683 DCHECK(map.prototype_info().IsPrototypeInfo()); in PrototypeRegistryCompactionCallback() 4684 PrototypeInfo proto_info = PrototypeInfo::cast(map.prototype_info()); in PrototypeRegistryCompactionCallback() 4846 if (!user->prototype_info().IsPrototypeInfo()) return false; in UnregisterPrototypeUser() 4851 PrototypeInfo::cast(user->prototype_info()).prototype_users(); in UnregisterPrototypeUser() 4860 Object maybe_proto_info = prototype->map().prototype_info(); in UnregisterPrototypeUser() 4894 Object maybe_prototype_info = map.prototype_info(); in InvalidateOnePrototypeValidityCellInternal() [all …]
|
D | map.cc | 2201 Object maybe_proto_info = prototype->map().prototype_info(); in GetOrCreatePrototypeInfo() 2213 Object maybe_proto_info = prototype_map->prototype_info(); in GetOrCreatePrototypeInfo() 2225 if (value == false && !map->prototype_info().IsPrototypeInfo()) { in SetShouldBeFastPrototypeMap()
|
/third_party/node/deps/v8/src/heap/ |
D | object-stats.cc | 904 if (map.prototype_info().IsPrototypeInfo(cage_base())) { in RecordVirtualMapDetails() 905 PrototypeInfo info = PrototypeInfo::cast(map.prototype_info()); in RecordVirtualMapDetails()
|
D | heap.cc | 6289 PrototypeInfo prototype_info = PrototypeInfo::cast(o); in CompactWeakArrayLists() local 6290 if (prototype_info.prototype_users().IsWeakArrayList()) { in CompactWeakArrayLists() 6291 prototype_infos.emplace_back(handle(prototype_info, isolate())); in CompactWeakArrayLists() 6296 for (auto& prototype_info : prototype_infos) { in CompactWeakArrayLists() local 6298 WeakArrayList::cast(prototype_info->prototype_users()), isolate()); in CompactWeakArrayLists() 6304 prototype_info->set_prototype_users(new_array); in CompactWeakArrayLists()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-object-gen.cc | 1127 TNode<PrototypeInfo> prototype_info = in TF_BUILTIN() local 1131 prototype_info, PrototypeInfo::kObjectCreateMapOffset); in TF_BUILTIN()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 561 DCHECK(prototype_info() == Smi::zero() || in MapVerify() 562 prototype_info().IsPrototypeInfo()); in MapVerify()
|
D | objects-printer.cc | 2604 os << "\n - prototype info: " << Brief(prototype_info()); in MapPrint()
|
/third_party/node/deps/v8/src/compiler/ |
D | access-info.cc | 531 PrototypeInfo::cast(map.object()->prototype_info())); in AccessorAccessInfoHelper()
|
D | heap-refs.cc | 2206 map_handle->prototype_info(kAcquireLoad)); in GetObjectCreateMap()
|