| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | linked_hash_table_test.cpp | 44 JSHandle<LinkedHashMap> dict = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
|
| H A D | tagged_dictionary_test.cpp | 211 JSHandle<NumberDictionary> dict in HWTEST_F_L0() local [all...] |
| H A D | js_object_test.cpp | 847 NameDictionary *dict = NameDictionary::Cast(obj1->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local 880 NameDictionary *dict = NameDictionary::Cast(obj1->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
|
| H A D | dump_test.cpp | 1018 JSHandle<TaggedArray> dict = factory->NewDictionaryArray(4); in HWTEST_F_L0() local 1028 JSHandle<COWTaggedArray> dict = factory->NewCOWTaggedArray(4); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_lazy_callback.cpp | 238 NameDictionary *dict = NameDictionary::Cast(array); in ResetLazyInternalAttr() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | fast_runtime_stub-inl.h | 219 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in GetGlobalOwnProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_hclass-inl.h | 139 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); FindTransitions() local 162 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); FindProtoTransitions() local [all...] |
| H A D | tagged_hash_table.h | 418 JSHandle<Derived> dict = HashTableT::Create(thread, numberOfElements, spaceKind); in Create() local
|
| H A D | object_operator.cpp | 518 GlobalDictionary *dict = GlobalDictionary::Cast(array); in LookupGlobal() local 546 GlobalDictionary *dict = GlobalDictionary::Cast(array); in LookupPropertyInlinedProps() local 587 NameDictionary *dict = NameDictionary::Cast(array); in LookupPropertyInlinedProps() local 605 auto dict = NumberDictionary::Cast(receiver->GetElements().GetTaggedObject()); TransitionForAttributeChanged() local 611 auto dict = NumberDictionary::Cast(receiver->GetElements().GetTaggedObject()); TransitionForAttributeChanged() local 632 auto dict = NameDictionary::Cast(receiver->GetProperties().GetTaggedObject()); TransitionForAttributeChanged() local 695 NumberDictionary *dict = NumberDictionary::Cast(elements); UpdateDataValue() local 702 auto *dict = GlobalDictionary::Cast(receiver->GetProperties().GetTaggedObject()); UpdateDataValue() local [all...] |
| H A D | object_fast_operator-inl.h | 113 NameDictionary *dict = NameDictionary::Cast(array); in HasOwnProperty() variable 316 NameDictionary *dict = NameDictionary::Cast(array); in GetPropertyByName() local 497 NameDictionary *dict = NameDictionary::Cast(properties); in SetPropertyByName() local 610 NumberDictionary *dict = NumberDictionary::Cast(elements); GetPropertyByIndex() local 683 NumberDictionary *dict = NumberDictionary::Cast(elements); SetPropertyByIndex() local 1251 NameDictionary *dict = NameDictionary::Cast(properties); FastGetPropertyByPorpsIndex() local [all...] |
| H A D | dump.cpp | 1569 NumberDictionary *dict = NumberDictionary::Cast(elements); in Dump() local 1577 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in Dump() local 1611 NameDictionary *dict = NameDictionary::Cast(properties); in Dump() local 3843 NameDictionary *dict in Dump() local 4742 NumberDictionary *dict = NumberDictionary::Cast(elements); DumpForSnapshot() local 4748 GlobalDictionary *dict = GlobalDictionary::Cast(properties); DumpForSnapshot() local 4778 NameDictionary *dict = NameDictionary::Cast(properties); DumpForSnapshot() local [all...] |
| H A D | js_hclass.cpp | 802 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in VisitAndUpdateLayout() local 1516 auto dict = reinterpret_cast<NameDictionary *>(parentHClass->GetLayout().GetTaggedObject()); in CreateSHClass() local [all...] |
| H A D | js_object.cpp | 496 GlobalDictionary *dict = GlobalDictionary::Cast(array); GetAllKeys() local 500 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); GetAllKeys() local 520 GlobalDictionary *dict = GlobalDictionary::Cast(array); GetAllKeysByFilter() local 524 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); GetAllKeysByFilter() local 541 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); GetAllKeysForSerialization() local 552 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); GetAllEnumKeys() local 584 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); GetAllEnumKeys() local 604 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); GetAllEnumKeys() local 609 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); GetAllEnumKeys() local 692 JSHandle<NumberDictionary> dict = JSHandle<NumberDictionary>::Cast(elements); GetALLElementKeysIntoVector() local 787 GlobalDictionary *dict = GlobalDictionary::Cast(array); GetNumberOfEnumKeys() local 791 NameDictionary *dict = NameDictionary::Cast(GetProperties().GetTaggedObject()); GetNumberOfEnumKeys() local 1137 auto dict = GlobalDictionary::Cast(GetProperties().GetTaggedObject()); GetGlobalPropertyBox() local 1672 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); CollectEnumKeysAlongProtoChain() local 1900 auto dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); FreezeSharedObject() local 2837 NameDictionary *dict = NameDictionary::Cast(GetProperties().GetTaggedObject()); UpdatePropertyInDictionary() local [all...] |
| H A D | object_factory.cpp | 1074 auto dict = JSHandle<TaggedArray>(thread_, fieldLayout); in NewJSObjectByConstructor() local 1110 auto dict = JSHandle<TaggedArray>(thread_, fieldLayout); in NewJSObjectByConstructor() local 1151 auto dict = JSHandle<TaggedArray>(thread_, fieldLayout); in NewJSObjectByConstructor() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.cpp | 421 JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, prototype, nonStaticKeys, nonStaticProperties, in DefineClassFromExtractor() local 446 JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor), staticKeys, in DefineClassFromExtractor() local 527 JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, prototype, nonStaticKeys, nonStaticProperties, in DefineClassWithIHClass() local 559 JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor), staticKeys, in DefineClassWithIHClass() local 786 JSHandle<NameDictionary> dict = BuildSendableDictionaryProperties(thread, prototype, nonStaticKeys, DefineSendableClassFromExtractor() local 812 JSHandle<NameDictionary> dict = DefineSendableClassFromExtractor() local 929 AddFieldTypeToDict(JSThread *thread, const JSHandle<TaggedArray> &fieldTypeArray, uint32_t length, JSMutableHandle<NameDictionary> &dict, PropertyAttributes attributes) AddFieldTypeToDict() argument 1032 JSHandle<NameDictionary> dict = DefineSendableInstanceHClass() local 1055 JSHandle<NameDictionary> dict = DefineSendableInstanceHClass() local 1073 JSHandle<NameDictionary> dict = DefineSendableInstanceHClass() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | profile_type_info.h | 360 JSHandle<NumberDictionary> dict = NumberDictionary::PutIfAbsent(thread, local
|
| /arkcompiler/ets_runtime/ecmascript/jit/ |
| H A D | jit_profiler.cpp | 861 NameDictionary *dict = NameDictionary::Cast(array); in TryFindKeyInPrototypeChain() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_source_text.cpp | 189 NameDictionary *dict = NameDictionary::Cast(properties); in ResolveExportObject() local 1407 NameDictionary *dict = NameDictionary::Cast(dictionary.GetTaggedObject()); in GetModuleValue() local 1438 NameDictionary *dict = NameDictionary::Cast(dictionary.GetTaggedObject()); in FindByExport() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| H A D | ecma_module_test.cpp | 2388 JSHandle<NameDictionary> dict = NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(2)); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 544 NumberDictionary *dict = NumberDictionary::Cast(info->GetExtraInfoMap().GetTaggedObject()); in UpdateExtraProfileTypeInfo() local 2110 NameDictionary *dict = NameDictionary::Cast(array); in TryFindKeyInPrototypeChain() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs-inl.h | 792 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject()); in RuntimeStGlobalRecord() local 1671 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject()); in RuntimeLdGlobalRecord() local 1695 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject()); in RuntimeTryUpdateGlobalRecord() local [all...] |
| H A D | runtime_stubs.cpp | 3792 NameDictionary *dict = NameDictionary::Cast(object->GetProperties().GetTaggedObject()); in DEF_RUNTIME_STUBS() local
|