Lines Matching refs:holder
62 MaybeHandle<JSObject> holder) { in NotFound() argument
63 return PropertyAccessInfo(holder, receiver_type); in NotFound()
70 MaybeHandle<JSObject> holder) { in DataConstant() argument
71 return PropertyAccessInfo(holder, constant, receiver_type); in DataConstant()
78 MaybeHandle<JSObject> holder, MaybeHandle<Map> transition_map) { in DataField() argument
79 return PropertyAccessInfo(holder, transition_map, field_index, field_type, in DataField()
89 MaybeHandle<JSObject> holder) in ElementAccessInfo() argument
91 holder_(holder), in ElementAccessInfo()
99 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() argument
103 holder_(holder), in PropertyAccessInfo()
107 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() argument
113 holder_(holder), in PropertyAccessInfo()
116 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() argument
123 holder_(holder), in PropertyAccessInfo()
148 MaybeHandle<JSObject> holder; in ComputeElementAccessInfo() local
160 holder = Handle<JSObject>::cast(prototype); in ComputeElementAccessInfo()
165 ElementAccessInfo(Type::Class(map, zone()), elements_kind, holder); in ComputeElementAccessInfo()
239 MaybeHandle<JSObject> holder; in ComputePropertyAccessInfo() local
252 if (details.kind() == kData && !holder.is_null()) { in ComputePropertyAccessInfo()
256 return LookupTransition(receiver_map, name, holder, access_info); in ComputePropertyAccessInfo()
262 handle(descriptors->GetValue(number), isolate()), holder); in ComputePropertyAccessInfo()
297 Type::Class(receiver_map, zone()), field_index, field_type, holder); in ComputePropertyAccessInfo()
329 return LookupTransition(receiver_map, name, holder, access_info); in ComputePropertyAccessInfo()
335 Type::Class(receiver_map, zone()), holder); in ComputePropertyAccessInfo()
348 holder = map_prototype; in ComputePropertyAccessInfo()
406 MaybeHandle<JSObject> holder, in LookupTransition() argument
450 field_type, holder, transition_map); in LookupTransition()