/third_party/node/deps/v8/src/objects/ |
D | lookup-inl.h | 189 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()
|
D | lookup.cc | 182 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 …]
|
D | js-objects-inl.h | 752 !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()
|
D | keys.cc | 634 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()
|
D | js-objects.cc | 434 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 …]
|
D | call-site-info.cc | 381 if (object.HasFastProperties()) { in InferMethodName()
|
D | js-objects.h | 40 DECL_GETTER(HasFastProperties, bool)
|
D | value-serializer.cc | 628 object->HasFastProperties(isolate_) && object->elements().length() == 0; in WriteJSObject()
|
/third_party/node/deps/v8/src/heap/ |
D | object-stats.cc | 536 if (boilerplate.HasFastProperties()) { in RecordVirtualAllocationSiteDetails() 593 if (object.HasFastProperties()) { in RecordVirtualJSObjectDetails()
|
D | factory.cc | 1980 if (source->HasFastProperties()) { in CopyJSObjectWithAllocationSite() 2504 DCHECK(global->IsJSGlobalObject() && !global->HasFastProperties()); in NewJSGlobalObject()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 2465 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/ |
D | objects-debug.cc | 411 if (HasFastProperties()) { in JSObjectVerify() 1216 CHECK(HasFastProperties()); in USE_TORQUE_VERIFIER() 1962 if (HasFastProperties()) { in IncrementSpillStatistics()
|
D | objects-printer.cc | 306 if (HasFastProperties()) { in PrintProperties() 571 if (obj.HasFastProperties()) { in JSObjectPrintHeader()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-literals.cc | 108 if (copy->HasFastProperties(isolate)) { in StructureWalk()
|
D | runtime.h | 506 F(HasFastProperties, 1, 1) \
|
D | runtime-object.cc | 640 if (object->HasFastProperties() && !object->IsJSGlobalProxy()) { in RUNTIME_FUNCTION() 824 } else if (!lookup_start_object->HasFastProperties()) { in RUNTIME_FUNCTION()
|
D | runtime-test.cc | 1402 ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION(HasFastProperties) in ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/ic/ |
D | ic.cc | 1059 !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/ |
D | json-stringifier.cc | 792 if (!raw_object.HasFastProperties(cage_base)) return false; in CanFastSerializeJSObject()
|
/third_party/node/deps/v8/src/compiler/ |
D | compilation-dependencies.cc | 389 CHECK(!object.HasFastProperties()); in GetHolderIfValid()
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.cc | 856 if (!object->HasFastProperties()) { in DiscoverObject()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1744 if (js_obj.HasFastProperties()) { in ExtractPropertyReferences()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 4827 bool fast = obj->HasFastProperties(); in ObjectSetAccessor()
|