Lines Matching refs:holder_map_

23   Map* map = *holder_map_;  in Next()
40 holder_map_ = handle(map, isolate_); in Next()
83 state_ = LookupInHolder(*holder_map_, *holder_); in ReloadPropertyInformation()
84 DCHECK(IsFound() || holder_map_->is_dictionary_map()); in ReloadPropertyInformation()
91 if (holder_map_->is_dictionary_map()) return; in PrepareForDataProperty()
92 holder_map_ = in PrepareForDataProperty()
93 Map::PrepareForDataProperty(holder_map_, descriptor_number(), value); in PrepareForDataProperty()
94 JSObject::MigrateToMap(GetHolder<JSObject>(), holder_map_); in PrepareForDataProperty()
104 if (holder_map_->is_dictionary_map()) { in ReconfigureDataProperty()
108 holder_map_ = Map::ReconfigureDataProperty(holder_map_, descriptor_number(), in ReconfigureDataProperty()
110 JSObject::MigrateToMap(holder, holder_map_); in ReconfigureDataProperty()
146 holder_map_ = transition_map_; in ApplyTransitionToDataProperty()
147 JSObject::MigrateToMap(receiver, holder_map_); in ApplyTransitionToDataProperty()
161 holder_map_ = in TransitionToAccessorProperty()
164 JSObject::MigrateToMap(receiver, holder_map_); in TransitionToAccessorProperty()
168 if (!holder_map_->is_dictionary_map()) return; in TransitionToAccessorProperty()
172 if (holder_map_->IsGlobalObjectMap()) { in TransitionToAccessorProperty()
195 holder_map_ = handle(receiver->map(), isolate_); in TransitionToAccessorProperty()
226 if (holder_map_->is_dictionary_map()) { in FetchValue()
228 if (holder_map_->IsGlobalObjectMap()) { in FetchValue()
232 FieldIndex field_index = FieldIndex::ForDescriptor(*holder_map_, number_); in FetchValue()
236 result = holder_map_->instance_descriptors()->GetValue(number_); in FetchValue()
244 DCHECK(!holder_map_->is_dictionary_map()); in GetConstantIndex()
252 DCHECK(!holder_map_->is_dictionary_map()); in GetFieldIndex()
255 holder_map_->instance_descriptors()->GetFieldIndex(descriptor_number()); in GetFieldIndex()
257 return FieldIndex::ForPropertyIndex(*holder_map_, index, is_double); in GetFieldIndex()
263 DCHECK(!holder_map_->is_dictionary_map()); in GetFieldType()
266 holder_map_->instance_descriptors()->GetFieldType(descriptor_number()), in GetFieldType()
295 if (holder_map_->is_dictionary_map()) { in WriteDataValue()