Home
last modified time | relevance | path

Searched refs:property_dictionary_swiss (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup.cc396 SwissNameDictionary dict = holder->property_dictionary_swiss(); in PrepareForDataProperty()
448 SwissNameDictionary dict = holder_obj->property_dictionary_swiss(); in PrepareForDataProperty()
532 holder_obj->property_dictionary_swiss(isolate_), isolate()); in ReconfigureDataProperty()
681 receiver->property_dictionary_swiss(isolate_), isolate_); in ApplyTransitionToDataProperty()
897 result = holder_->property_dictionary_swiss(isolate_).ValueAt( in FetchValue()
1001 SwissNameDictionary dict = holder->property_dictionary_swiss(); in IsConstDictValueEqualTo()
1122 holder->property_dictionary_swiss(isolate_); in WriteDataValue()
1362 SwissNameDictionary dict = holder.property_dictionary_swiss(isolate_); in LookupInRegularHolder()
Dkeys.cc1008 isolate_, mode_, this, object, object->property_dictionary_swiss()); in CollectOwnPropertyNames()
1047 handle(object->property_dictionary_swiss(), isolate_), this)); in CollectOwnPropertyNames()
1072 handle(object->property_dictionary_swiss(), isolate_), this)); in CollectPrivateNames()
1158 object->property_dictionary_swiss()); in GetOwnEnumPropertyKeys()
1191 handle(proxy->property_dictionary_swiss(), isolate_), this)); in CollectOwnJSProxyKeys()
Djs-objects.cc447 from->property_dictionary_swiss().NumberOfEnumerableProperties(); in SetOrCopyDataProperties()
906 object->property_dictionary_swiss(), isolate); in DeleteNormalizedProperty()
2685 object->property_dictionary_swiss(), isolate); in SetNormalizedProperty()
3685 swiss_dictionary = handle(object->property_dictionary_swiss(), isolate); in MigrateSlowToFast()
4054 object.property_dictionary_swiss(), object.GetReadOnlyRoots(), level); in TestPropertiesIntegrityLevel()
4374 object->property_dictionary_swiss(), isolate); in PreventExtensionsWithTransition()
4445 SwissNameDictionary dict = object->property_dictionary_swiss(); in DictionaryPropertyAt()
4672 return property_dictionary_swiss().SlowReverseLookup(GetIsolate(), value); in SlowReverseLookup()
4773 make_constant(object->property_dictionary_swiss()); in OptimizeAsPrototype()
Dcall-site-info.cc389 isolate, object.property_dictionary_swiss(), fun, name); in InferMethodName()
Djs-objects-inl.h799 DEF_GETTER(JSReceiver, property_dictionary_swiss, SwissNameDictionary) { in DEF_GETTER() argument
Djs-objects.h54 DECL_GETTER(property_dictionary_swiss, SwissNameDictionary)
Dobjects.cc3637 Handle<SwissNameDictionary> dict(proxy->property_dictionary_swiss(), in SetPrivateSymbol()
/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc134 copy->property_dictionary_swiss(isolate), isolate); in StructureWalk()
Druntime-object.cc473 receiver->property_dictionary_swiss(), isolate); in RUNTIME_FUNCTION()
828 lookup_start_object->property_dictionary_swiss(); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Daccess-info.cc688 SwissNameDictionary dict = holder->property_dictionary_swiss(); in TryLoadPropertyDetails()
Dcompilation-dependencies.cc393 ? try_load(object.property_dictionary_swiss()) in GetHolderIfValid()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1973 SwissNameDictionary dict = property_dictionary_swiss(); in IncrementSpillStatistics()
Dobjects-printer.cc343 PrintDictionaryContents(os, property_dictionary_swiss()); in PrintProperties()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1790 SwissNameDictionary dictionary = js_obj.property_dictionary_swiss(); in ExtractPropertyReferences()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1992 isolate(), handle(source->property_dictionary_swiss(), isolate())); in CopyJSObjectWithAllocationSite()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc6177 from->property_dictionary_swiss(), isolate()); in TransferNamedProperties()