Home
last modified time | relevance | path

Searched refs:global_dictionary (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dlookup.cc417 JSGlobalObject::cast(*holder_obj)->global_dictionary(), isolate()); in PrepareForDataProperty()
504 JSGlobalObject::cast(*holder_obj)->global_dictionary(), isolate()); in ReconfigureDataProperty()
564 Handle<GlobalDictionary> dictionary(global->global_dictionary(), in PrepareTransitionToDataProperty()
843 result = holder->global_dictionary()->ValueAt(number_); in FetchValue()
949 return handle(holder->global_dictionary()->CellAt(dictionary_entry()), in GetPropertyCell()
989 JSGlobalObject::cast(*holder)->global_dictionary(); in WriteDataValue()
1069 JSGlobalObject::cast(holder)->global_dictionary(); in LookupInSpecialHolder()
Dkeys.cc670 JSGlobalObject::cast(*object)->global_dictionary()); in CollectOwnPropertyNames()
703 handle(JSGlobalObject::cast(*object)->global_dictionary(), isolate_), in CollectOwnPropertyNames()
779 JSGlobalObject::cast(*object)->global_dictionary()); in GetOwnEnumPropertyKeys()
Dobjects-debug.cc1036 if (global_dictionary()->NumberOfElements() == 0 && in JSGlobalObjectVerify()
1935 GlobalDictionary* dict = JSGlobalObject::cast(this)->global_dictionary(); in IncrementSpillStatistics()
Dobjects-printer.cc445 JSGlobalObject::cast(this)->global_dictionary()->Print(os); in PrintProperties()
Dobjects.cc2065 Handle<GlobalDictionary> dictionary(global_obj->global_dictionary(), in SetNormalizedProperty()
6842 JSGlobalObject::cast(*object)->global_dictionary(), isolate); in DeleteNormalizedProperty()
8747 JSGlobalObject::cast(*object)->global_dictionary(), isolate); in PreventExtensionsWithTransition()
9281 return JSGlobalObject::cast(this)->global_dictionary()->SlowReverseLookup( in SlowReverseLookup()
16960 auto dictionary = handle(global->global_dictionary(), global->GetIsolate()); in InvalidatePropertyCell()
16971 Handle<GlobalDictionary> dictionary(global->global_dictionary(), isolate); in EnsureEmptyPropertyCell()
Dobjects-inl.h2638 GlobalDictionary* JSGlobalObject::global_dictionary() { in global_dictionary() function
Dobjects.h3423 inline GlobalDictionary* global_dictionary();
Dbootstrapper.cc5563 JSGlobalObject::cast(*from)->global_dictionary(), isolate()); in TransferNamedProperties()
/external/v8/src/heap/
Dobject-stats.cc507 GlobalDictionary* properties = object->global_dictionary(); in RecordVirtualJSGlobalObjectDetails()
Dsetup-heap-internal.cc450 ALLOCATE_VARSIZE_MAP(GLOBAL_DICTIONARY_TYPE, global_dictionary) in CreateInitialMaps()
/external/v8/src/runtime/
Druntime-object.cc84 JSGlobalObject::cast(*receiver)->global_dictionary(); in KeyedGetObjectProperty()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1463 JSGlobalObject::cast(js_obj)->global_dictionary(); in ExtractPropertyReferences()