Lines Matching refs:holder

76                                                 MaybeHandle<JSObject> holder) {  in NotFound()  argument
77 return PropertyAccessInfo(holder, receiver_maps); in NotFound()
83 MaybeHandle<JSObject> holder) { in DataConstant() argument
84 return PropertyAccessInfo(kDataConstant, holder, constant, receiver_maps); in DataConstant()
91 Type field_type, MaybeHandle<Map> field_map, MaybeHandle<JSObject> holder, in DataField() argument
95 return PropertyAccessInfo(kind, holder, transition_map, field_index, in DataField()
103 MaybeHandle<JSObject> holder) { in AccessorConstant() argument
104 return PropertyAccessInfo(kAccessorConstant, holder, constant, receiver_maps); in AccessorConstant()
119 PropertyAccessInfo::PropertyAccessInfo(MaybeHandle<JSObject> holder, in PropertyAccessInfo() argument
123 holder_(holder), in PropertyAccessInfo()
127 PropertyAccessInfo::PropertyAccessInfo(Kind kind, MaybeHandle<JSObject> holder, in PropertyAccessInfo() argument
133 holder_(holder), in PropertyAccessInfo()
138 Kind kind, MaybeHandle<JSObject> holder, MaybeHandle<Map> transition_map, in PropertyAccessInfo() argument
145 holder_(holder), in PropertyAccessInfo()
349 MaybeHandle<JSObject> holder; in ComputePropertyAccessInfo() local
363 if (details.kind() == kData && !holder.is_null()) { in ComputePropertyAccessInfo()
367 return LookupTransition(receiver_map, name, holder, access_info); in ComputePropertyAccessInfo()
409 field_representation, field_type, field_map, holder); in ComputePropertyAccessInfo()
423 handle(descriptors->GetStrongValue(number), isolate()), holder); in ComputePropertyAccessInfo()
464 holder = in ComputePropertyAccessInfo()
468 holder.is_null()); in ComputePropertyAccessInfo()
470 !holder.is_null()); in ComputePropertyAccessInfo()
485 MapHandles{receiver_map}, accessor, holder); in ComputePropertyAccessInfo()
501 return LookupTransition(receiver_map, name, holder, access_info); in ComputePropertyAccessInfo()
521 return LookupTransition(receiver_map, name, holder, access_info); in ComputePropertyAccessInfo()
527 PropertyAccessInfo::NotFound(MapHandles{receiver_map}, holder); in ComputePropertyAccessInfo()
540 holder = map_prototype; in ComputePropertyAccessInfo()
662 MaybeHandle<JSObject> holder, in LookupTransition() argument
713 field_representation, field_type, field_map, holder, transition_map); in LookupTransition()