Home
last modified time | relevance | path

Searched defs:dict (Results 1 - 22 of 22) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlinked_hash_table_test.cpp44 JSHandle<LinkedHashMap> dict = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
H A Dtagged_dictionary_test.cpp211 JSHandle<NumberDictionary> dict in HWTEST_F_L0() local
[all...]
H A Djs_object_test.cpp847 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 Ddump_test.cpp1018 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 Dbuiltins_lazy_callback.cpp238 NameDictionary *dict = NameDictionary::Cast(array); in ResetLazyInternalAttr() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub-inl.h219 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in GetGlobalOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_hclass-inl.h139 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); FindTransitions() local
162 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); FindProtoTransitions() local
[all...]
H A Dtagged_hash_table.h418 JSHandle<Derived> dict = HashTableT::Create(thread, numberOfElements, spaceKind); in Create() local
H A Dobject_operator.cpp518 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 Dobject_fast_operator-inl.h113 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 Ddump.cpp1569 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 Djs_hclass.cpp802 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in VisitAndUpdateLayout() local
1516 auto dict = reinterpret_cast<NameDictionary *>(parentHClass->GetLayout().GetTaggedObject()); in CreateSHClass() local
[all...]
H A Djs_object.cpp496 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 Dobject_factory.cpp1074 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 Dclass_info_extractor.cpp421 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 Dprofile_type_info.h360 JSHandle<NumberDictionary> dict = NumberDictionary::PutIfAbsent(thread, local
/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp861 NameDictionary *dict = NameDictionary::Cast(array); in TryFindKeyInPrototypeChain() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp189 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 Decma_module_test.cpp2388 JSHandle<NameDictionary> dict = NameDictionary::Create(thread, NameDictionary::ComputeHashTableSize(2)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp544 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 Druntime_stubs-inl.h792 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 Druntime_stubs.cpp3792 NameDictionary *dict = NameDictionary::Cast(object->GetProperties().GetTaggedObject()); in DEF_RUNTIME_STUBS() local

Completed in 66 milliseconds