Lines Matching refs:PropertyAccessInfo

75 PropertyAccessInfo PropertyAccessInfo::NotFound(MapHandles const& receiver_maps,  in NotFound()
77 return PropertyAccessInfo(holder, receiver_maps); in NotFound()
81 PropertyAccessInfo PropertyAccessInfo::DataConstant( in DataConstant()
84 return PropertyAccessInfo(kDataConstant, holder, constant, receiver_maps); in DataConstant()
88 PropertyAccessInfo PropertyAccessInfo::DataField( in DataField()
95 return PropertyAccessInfo(kind, holder, transition_map, field_index, in DataField()
101 PropertyAccessInfo PropertyAccessInfo::AccessorConstant( in AccessorConstant()
104 return PropertyAccessInfo(kAccessorConstant, holder, constant, receiver_maps); in AccessorConstant()
108 PropertyAccessInfo PropertyAccessInfo::ModuleExport( in ModuleExport()
110 return PropertyAccessInfo(kModuleExport, MaybeHandle<JSObject>(), cell, in ModuleExport()
114 PropertyAccessInfo::PropertyAccessInfo() in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo
119 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo
127 PropertyAccessInfo::PropertyAccessInfo(Kind kind, MaybeHandle<JSObject> holder, in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo
137 PropertyAccessInfo::PropertyAccessInfo( in PropertyAccessInfo() function in v8::internal::compiler::PropertyAccessInfo
151 bool PropertyAccessInfo::Merge(PropertyAccessInfo const* that, in Merge()
235 Handle<Cell> PropertyAccessInfo::export_cell() const { in export_cell()
333 PropertyAccessInfo* access_info) { in ComputePropertyAccessInfo()
407 *access_info = PropertyAccessInfo::DataField( in ComputePropertyAccessInfo()
421 *access_info = PropertyAccessInfo::DataConstant( in ComputePropertyAccessInfo()
443 *access_info = PropertyAccessInfo::ModuleExport( in ComputePropertyAccessInfo()
484 *access_info = PropertyAccessInfo::AccessorConstant( in ComputePropertyAccessInfo()
527 PropertyAccessInfo::NotFound(MapHandles{receiver_map}, holder); in ComputePropertyAccessInfo()
547 PropertyAccessInfo* access_info) { in ComputePropertyAccessInfo()
548 ZoneVector<PropertyAccessInfo> access_infos(zone()); in ComputePropertyAccessInfo()
559 ZoneVector<PropertyAccessInfo>* access_infos) { in ComputePropertyAccessInfos()
562 PropertyAccessInfo access_info; in ComputePropertyAccessInfos()
568 for (PropertyAccessInfo& other_info : *access_infos) { in ComputePropertyAccessInfos()
622 Handle<Map> map, Handle<Name> name, PropertyAccessInfo* access_info) { in LookupSpecialFieldAccessor()
652 *access_info = PropertyAccessInfo::DataField( in LookupSpecialFieldAccessor()
663 PropertyAccessInfo* access_info) { in LookupTransition()
711 *access_info = PropertyAccessInfo::DataField( in LookupTransition()