Searched refs:proto_info (Results 1 – 3 of 3) sorted by relevance
429 Handle<PrototypeInfo> proto_info = in ComputePropertyAccessInfo() local432 JSModuleNamespace::cast(proto_info->module_namespace()), in ComputePropertyAccessInfo()
904 Handle<PrototypeInfo> proto_info = in GetModuleNamespace() local906 proto_info->set_module_namespace(*ns); in GetModuleNamespace()
10416 PrototypeInfo* proto_info = PrototypeInfo::cast(map->prototype_info()); in PrototypeRegistryCompactionCallback() local10417 DCHECK_EQ(old_index, proto_info->registry_slot()); in PrototypeRegistryCompactionCallback()10418 proto_info->set_registry_slot(new_index); in PrototypeRegistryCompactionCallback()12746 Handle<PrototypeInfo> proto_info = in LazyRegisterPrototypeUser() local12748 Handle<Object> maybe_registry(proto_info->prototype_users(), isolate); in LazyRegisterPrototypeUser()12759 proto_info->set_prototype_users(*new_array); in LazyRegisterPrototypeUser()12769 current_user_info = proto_info; in LazyRegisterPrototypeUser()12797 Handle<PrototypeInfo> proto_info(PrototypeInfo::cast(maybe_proto_info), in UnregisterPrototypeUser() local12800 WeakArrayList::cast(proto_info->prototype_users()), isolate); in UnregisterPrototypeUser()12834 PrototypeInfo* proto_info = PrototypeInfo::cast(maybe_proto_info); in InvalidatePrototypeChainsInternal() local[all …]