Home
last modified time | relevance | path

Searched refs:is_dictionary_map (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/
Dlookup.cc84 DCHECK(IsFound() || holder_map_->is_dictionary_map()); in ReloadPropertyInformation()
91 if (holder_map_->is_dictionary_map()) return; in PrepareForDataProperty()
104 if (holder_map_->is_dictionary_map()) { in ReconfigureDataProperty()
168 if (!holder_map_->is_dictionary_map()) return; in TransitionToAccessorProperty()
226 if (holder_map_->is_dictionary_map()) { in FetchValue()
244 DCHECK(!holder_map_->is_dictionary_map()); in GetConstantIndex()
252 DCHECK(!holder_map_->is_dictionary_map()); in GetFieldIndex()
263 DCHECK(!holder_map_->is_dictionary_map()); in GetFieldType()
295 if (holder_map_->is_dictionary_map()) { in WriteDataValue()
Dlookup.h88 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()
Dlookup-inl.h49 if (map->is_dictionary_map()) { in LookupInHolder()
Dobjects-debug.cc313 CHECK(is_dictionary_map()); in DictionaryMapVerify()
327 is_dictionary_map()) { in VerifyOmittedMapChecks()
Djson-parser.h447 DCHECK(!json_object->map()->is_dictionary_map()); in CommitStateToJsonObject()
Dbootstrapper.cc524 DCHECK(!empty_function_map->is_dictionary_map()); in CreateEmptyFunction()
1230 DCHECK(!map->is_dictionary_map()); in InitializeGlobal()
1290 DCHECK(!map->is_dictionary_map()); in InitializeGlobal()
Dobjects.cc710 DCHECK(new_map->is_dictionary_map()); in DeleteNormalizedProperty()
1889 if (!new_map->is_dictionary_map()) { in MigrateToMap()
1907 CHECK(new_map->is_dictionary_map()); in MigrateToMap()
2989 if (receiver->map()->is_dictionary_map()) { in AddDataProperty()
3344 !map->IsUndefined() && !map->is_dictionary_map() && in TransitionElementsToSlow()
4134 DCHECK(normalized_map->is_dictionary_map()); in Set()
5296 DCHECK(old_map->is_dictionary_map() || !old_map->is_prototype_map()); in Freeze()
6067 DCHECK(new_map->is_dictionary_map()); in SetPropertyCallback()
6377 if (!map->is_dictionary_map()) { in RawCopy()
6389 DCHECK(!fast_map->is_dictionary_map()); in Normalize()
[all …]
Dfactory.cc1543 DCHECK(map->is_dictionary_map()); in NewGlobalObject()
Dobjects-inl.h2093 DCHECK(properties()->IsDictionary() == map()->is_dictionary_map()); in HasFastProperties()
4430 bool Map::is_dictionary_map() { in is_dictionary_map() function
Dobjects.h5852 inline bool is_dictionary_map();
Dhydrogen.cc5467 !map->is_dictionary_map() && in CanInlinePropertyAccess()
/external/v8/src/ic/
Dhandler-compiler.cc48 receiver_map->is_dictionary_map() in ComputeLoadNonexistent()
54 if (current_map->is_dictionary_map()) cache_name = name; in ComputeLoadNonexistent()
158 if (last_map->is_dictionary_map()) { in NonexistentFrontendHeader()
Dic-inl.h190 *flag = receiver_map->is_dictionary_map() in GetHandlerCacheHolder()
Dic-compiler.cc225 if (!receiver_map->is_dictionary_map()) { in ComputeCompareNil()
235 if (!receiver_map->is_dictionary_map()) { in ComputeCompareNil()
/external/v8/src/ic/x64/
Dhandler-compiler-x64.cc528 if (current_map->is_dictionary_map() && in CheckPrototypes()
/external/v8/src/ic/arm64/
Dhandler-compiler-arm64.cc578 if (current_map->is_dictionary_map() && in CheckPrototypes()
/external/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc531 if (current_map->is_dictionary_map() && in CheckPrototypes()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc542 if (current_map->is_dictionary_map() && in CheckPrototypes()
/external/v8/src/ic/x87/
Dhandler-compiler-x87.cc533 if (current_map->is_dictionary_map() && in CheckPrototypes()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc540 if (current_map->is_dictionary_map() && in CheckPrototypes()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc540 if (current_map->is_dictionary_map() && in CheckPrototypes()