Home
last modified time | relevance | path

Searched refs:HasFastProperties (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup-inl.h189 return !holder_->HasFastProperties(isolate_); in is_dictionary_holder()
218 !GetStoreTarget<JSReceiver>()->HasFastProperties(isolate_)) || in IsCacheableTransition()
246 DCHECK(holder_->HasFastProperties(isolate_)); in descriptor_number()
253 DCHECK(!holder_->HasFastProperties(isolate_)); in dictionary_entry()
Dlookup.cc182 DCHECK(IsFound() || !holder_->HasFastProperties(isolate_)); in ReloadPropertyInformation()
382 if (holder->HasFastProperties(isolate_)) { in PrepareForDataProperty()
412 if (!holder->HasFastProperties(isolate_)) return; in PrepareForDataProperty()
484 } else if (holder_obj->HasFastProperties(isolate_)) { in ReconfigureDataProperty()
502 if (!IsElement(*holder) && !holder_obj->HasFastProperties(isolate_)) { in ReconfigureDataProperty()
637 DCHECK(!global->HasFastProperties()); in ApplyTransitionToDataProperty()
725 if (holder->HasFastProperties(isolate_)) { in Delete()
895 } else if (!holder_->HasFastProperties(isolate_)) { in FetchValue()
945 DCHECK(holder_->HasFastProperties(isolate_)); in IsConstFieldValueEqualTo()
985 DCHECK(!holder_->HasFastProperties(isolate_)); in IsConstDictValueEqualTo()
[all …]
Djs-objects-inl.h752 !HasFastProperties(cage_base), true)
778 DEF_GETTER(JSReceiver, HasFastProperties, bool) { in DEF_GETTER() argument
789 DCHECK(!HasFastProperties(cage_base)); in DEF_GETTER()
801 DCHECK(!HasFastProperties(cage_base)); in DEF_GETTER()
814 DCHECK(HasFastProperties(cage_base)); in DEF_GETTER()
Dkeys.cc634 if (!object->HasFastProperties()) return false; in TryPrototypeInfoCache()
984 if (object->HasFastProperties()) { in CollectOwnPropertyNames()
1027 if (object->HasFastProperties()) { in CollectOwnPropertyNames()
1060 if (object->HasFastProperties()) { in CollectPrivateNames()
1149 if (object->HasFastProperties()) { in GetOwnEnumPropertyKeys()
Djs-objects.cc434 if (!from->HasFastProperties() && target->HasFastProperties() && in SetOrCopyDataProperties()
885 DCHECK(!object->HasFastProperties()); in DeleteNormalizedProperty()
2654 DCHECK(!object->HasFastProperties()); in SetNormalizedProperty()
3663 if (!object->HasFastProperties()) return; in NormalizeProperties()
3676 if (object->HasFastProperties()) return; in MigrateSlowToFast()
3753 DCHECK(object->HasFastProperties()); in MigrateSlowToFast()
3875 DCHECK(object->HasFastProperties()); in MigrateSlowToFast()
4048 if (object.HasFastProperties()) { in TestPropertiesIntegrityLevel()
4640 if (HasFastProperties()) { in SlowReverseLookup()
4714 if (!object->HasFastProperties()) return false; in PrototypeBenefitsFromNormalization()
[all …]
Dcall-site-info.cc381 if (object.HasFastProperties()) { in InferMethodName()
Djs-objects.h40 DECL_GETTER(HasFastProperties, bool)
Dvalue-serializer.cc628 object->HasFastProperties(isolate_) && object->elements().length() == 0; in WriteJSObject()
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc536 if (boilerplate.HasFastProperties()) { in RecordVirtualAllocationSiteDetails()
593 if (object.HasFastProperties()) { in RecordVirtualJSObjectDetails()
Dfactory.cc1980 if (source->HasFastProperties()) { in CopyJSObjectWithAllocationSite()
2504 DCHECK(global->IsJSGlobalObject() && !global->HasFastProperties()); in NewJSGlobalObject()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc2465 DCHECK(promise_fun->HasFastProperties()); in InitializeGlobal()
2473 DCHECK(promise_fun->HasFastProperties()); in InitializeGlobal()
2669 DCHECK(regexp_fun->HasFastProperties()); in InitializeGlobal()
3545 DCHECK(js_map_fun->HasFastProperties()); in InitializeGlobal()
3641 DCHECK(js_set_fun->HasFastProperties()); in InitializeGlobal()
5524 .HasFastProperties()); in InstallABunchOfRandomThings()
5537 DCHECK(string_function_prototype.HasFastProperties()); in InstallABunchOfRandomThings()
6110 if (from->HasFastProperties()) { in TransferNamedProperties()
6138 DCHECK(!to->HasFastProperties()); in TransferNamedProperties()
6166 DCHECK(!to->HasFastProperties()); in TransferNamedProperties()
[all …]
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc411 if (HasFastProperties()) { in JSObjectVerify()
1216 CHECK(HasFastProperties()); in USE_TORQUE_VERIFIER()
1962 if (HasFastProperties()) { in IncrementSpillStatistics()
Dobjects-printer.cc306 if (HasFastProperties()) { in PrintProperties()
571 if (obj.HasFastProperties()) { in JSObjectPrintHeader()
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc108 if (copy->HasFastProperties(isolate)) { in StructureWalk()
Druntime.h506 F(HasFastProperties, 1, 1) \
Druntime-object.cc640 if (object->HasFastProperties() && !object->IsJSGlobalProxy()) { in RUNTIME_FUNCTION()
824 } else if (!lookup_start_object->HasFastProperties()) { in RUNTIME_FUNCTION()
Druntime-test.cc1402 ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION(HasFastProperties) in ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/ic/
Dic.cc1059 !holder->HasFastProperties()) { in ComputeHandler()
1077 if (holder->HasFastProperties()) { in ComputeHandler()
1112 !holder->HasFastProperties() || in ComputeHandler()
2015 if (!holder->HasFastProperties()) { in ComputeHandler()
/third_party/node/deps/v8/src/json/
Djson-stringifier.cc792 if (!raw_object.HasFastProperties(cage_base)) return false; in CanFastSerializeJSObject()
/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.cc389 CHECK(!object.HasFastProperties()); in GetHolderIfValid()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc856 if (!object->HasFastProperties()) { in DiscoverObject()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1744 if (js_obj.HasFastProperties()) { in ExtractPropertyReferences()
/third_party/node/deps/v8/src/api/
Dapi.cc4827 bool fast = obj->HasFastProperties(); in ObjectSetAccessor()