Home
last modified time | relevance | path

Searched refs:proto_info (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Daccess-info.cc429 Handle<PrototypeInfo> proto_info = in ComputePropertyAccessInfo() local
432 JSModuleNamespace::cast(proto_info->module_namespace()), in ComputePropertyAccessInfo()
/external/v8/src/objects/
Dmodule.cc904 Handle<PrototypeInfo> proto_info = in GetModuleNamespace() local
906 proto_info->set_module_namespace(*ns); in GetModuleNamespace()
/external/v8/src/
Dobjects.cc10416 PrototypeInfo* proto_info = PrototypeInfo::cast(map->prototype_info()); in PrototypeRegistryCompactionCallback() local
10417 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() local
12748 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() local
12800 WeakArrayList::cast(proto_info->prototype_users()), isolate); in UnregisterPrototypeUser()
12834 PrototypeInfo* proto_info = PrototypeInfo::cast(maybe_proto_info); in InvalidatePrototypeChainsInternal() local
[all …]