Home
last modified time | relevance | path

Searched refs:holder_map_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dlookup.cc23 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()
[all …]
Dlookup.h55 holder_map_ = handle(holder_->map(), isolate_); in configuration_()
67 holder_map_(holder->map(), isolate_), in configuration_()
88 bool is_dictionary_holder() const { return holder_map_->is_dictionary_map(); } in is_dictionary_holder()
162 DCHECK(!holder_map_->is_dictionary_map()); in descriptor_number()
167 DCHECK(holder_map_->is_dictionary_map()); in dictionary_entry()
188 Handle<Map> holder_map_; variable