Searched refs:property_dictionary_swiss (Results 1 – 16 of 16) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | lookup.cc | 396 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()
|
D | keys.cc | 1008 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()
|
D | js-objects.cc | 447 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()
|
D | call-site-info.cc | 389 isolate, object.property_dictionary_swiss(), fun, name); in InferMethodName()
|
D | js-objects-inl.h | 799 DEF_GETTER(JSReceiver, property_dictionary_swiss, SwissNameDictionary) { in DEF_GETTER() argument
|
D | js-objects.h | 54 DECL_GETTER(property_dictionary_swiss, SwissNameDictionary)
|
D | objects.cc | 3637 Handle<SwissNameDictionary> dict(proxy->property_dictionary_swiss(), in SetPrivateSymbol()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-literals.cc | 134 copy->property_dictionary_swiss(isolate), isolate); in StructureWalk()
|
D | runtime-object.cc | 473 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/ |
D | access-info.cc | 688 SwissNameDictionary dict = holder->property_dictionary_swiss(); in TryLoadPropertyDetails()
|
D | compilation-dependencies.cc | 393 ? try_load(object.property_dictionary_swiss()) in GetHolderIfValid()
|
/third_party/node/deps/v8/src/diagnostics/ |
D | objects-debug.cc | 1973 SwissNameDictionary dict = property_dictionary_swiss(); in IncrementSpillStatistics()
|
D | objects-printer.cc | 343 PrintDictionaryContents(os, property_dictionary_swiss()); in PrintProperties()
|
/third_party/node/deps/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1790 SwissNameDictionary dictionary = js_obj.property_dictionary_swiss(); in ExtractPropertyReferences()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 1992 isolate(), handle(source->property_dictionary_swiss(), isolate())); in CopyJSObjectWithAllocationSite()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 6177 from->property_dictionary_swiss(), isolate()); in TransferNamedProperties()
|