Searched refs:HasFastProperties (Results 1 – 20 of 20) sorted by relevance
158 DCHECK(IsFound() || !holder_->HasFastProperties()); in ReloadPropertyInformation()235 if (!holder->HasFastProperties()) return; in PrepareForDataProperty()279 } else if (holder->HasFastProperties()) { in ReconfigureDataProperty()444 if (holder->HasFastProperties()) { in Delete()604 } else if (!holder_->HasFastProperties()) { in FetchValue()620 DCHECK(holder_->HasFastProperties()); in IsConstFieldValueEqualTo()653 DCHECK(holder_->HasFastProperties()); in GetFieldDescriptorIndex()661 DCHECK(holder_->HasFastProperties()); in GetAccessorIndex()670 DCHECK(holder_->HasFastProperties()); in GetConstantIndex()680 DCHECK(holder_->HasFastProperties()); in GetFieldOwnerMap()[all …]
176 bool is_dictionary_holder() const { return !holder_->HasFastProperties(); } in is_dictionary_holder()327 DCHECK(holder_->HasFastProperties()); in descriptor_number()333 DCHECK(!holder_->HasFastProperties()); in dictionary_entry()
591 if (object->HasFastProperties()) { in CollectOwnPropertyNames()616 if (object->HasFastProperties()) { in CollectOwnPropertyNames()702 if (object->HasFastProperties()) { in GetOwnEnumPropertyKeys()
331 if (HasFastProperties()) { in JSObjectVerify()1288 if (HasFastProperties()) { in IncrementSpillStatistics()
275 if (HasFastProperties()) { in PrintProperties()442 if (obj->HasFastProperties()) { in JSObjectPrintHeader()
517 object->HasFastProperties() && in SerializeJSObject()
3968 ->HasFastProperties()); in InstallNatives()3986 DCHECK(string_function_prototype->HasFastProperties()); in InstallNatives()4631 if (from->HasFastProperties()) { in TransferNamedProperties()4666 DCHECK(!to->HasFastProperties()); in TransferNamedProperties()4917 DCHECK(string_function_prototype->HasFastProperties()); in Genesis()
1921 DCHECK(!object->HasFastProperties()); in SetNormalizedProperty()5571 if (!object->HasFastProperties()) return; in NormalizeProperties()5583 if (object->HasFastProperties()) return; in MigrateSlowToFast()5649 DCHECK(object->HasFastProperties()); in MigrateSlowToFast()5734 DCHECK(object->HasFastProperties()); in MigrateSlowToFast()5924 DCHECK(!object->HasFastProperties()); in DeleteNormalizedProperty()7847 if (copy->HasFastProperties()) { in StructureWalk()8443 if (HasFastProperties()) { in SlowReverseLookup()12092 if (!object->HasFastProperties()) return false; in PrototypeBenefitsFromNormalization()12134 !object->HasFastProperties()) { in OptimizeAsPrototype()[all …]
479 object->HasFastProperties() && object->elements()->length() == 0; in WriteJSObject()
7149 DCHECK(!HasFastProperties()); in global_dictionary()7476 bool JSReceiver::HasFastProperties() { in HasFastProperties() function7483 DCHECK(!HasFastProperties()); in property_dictionary()
1808 DCHECK(global->IsJSGlobalObject() && !global->HasFastProperties()); in NewJSGlobalObject()
1877 inline bool HasFastProperties();
4715 bool fast = obj->HasFastProperties(); in ObjectSetAccessor()
883 DCHECK(holder.is_null() || holder->HasFastProperties()); in InitPrototypeChecks()1068 if (holder->HasFastProperties()) { in IsCompatibleReceiver()1327 if (!holder->HasFastProperties()) { in GetMapIndependentHandler()1345 if (!holder->HasFastProperties() || in GetMapIndependentHandler()1347 DCHECK(!holder->HasFastProperties() || !receiver_is_holder); in GetMapIndependentHandler()1477 DCHECK(holder->HasFastProperties()); in CompileHandler()1501 DCHECK(holder->HasFastProperties()); in CompileHandler()1929 if (!holder->HasFastProperties()) { in GetMapIndependentHandler()1949 if (!holder->HasFastProperties()) { in GetMapIndependentHandler()2069 DCHECK(holder->HasFastProperties()); in CompileHandler()
187 if (!property_holder->HasFastProperties()) break; in CompileLoadInterceptor()
57 !is_result_from_cache && boilerplate->HasFastProperties(); in CreateObjectLiteralBoilerplate()
82 } else if (!receiver->HasFastProperties()) { in KeyedGetObjectProperty()310 if (object->HasFastProperties() && !object->IsJSGlobalProxy()) { in RUNTIME_FUNCTION()
593 F(HasFastProperties, 1, 1) \
786 DCHECK(JSObject::cast(*receiver)->HasFastProperties()); in BUILTIN()
1554 if (js_obj->HasFastProperties()) { in ExtractPropertyReferences()