| /arkcompiler/runtime_core/scripts/ |
| D | gc_pause_stats.py | 30 def sort_one_gc_stat(stats: dict, gc_type: str) -> list: 39 def sort_gc_stats(stats: dict) -> list: 49 def save_pause_stats(gc_log_path: str, file_name: str, stats: dict) -> None: 98 def update_stats(stats: dict, gc_type: str, time_value: float): 135 def update_group_stats(gc_pause_stats: dict, gc_type: str, full_gc_type: str, time_v: float): 142 def process_one_log(gc_log_path: str, result_file_path: str, all_stats: dict) -> None:
|
| D | run_check_atomic_format.py | 95 def process_results(atomic_comments: dict, atomic_operations: dict) -> int:
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 299 GlobalDictionary *dict = GlobalDictionary::Cast(array); in LookupGlobal() local 323 GlobalDictionary *dict = GlobalDictionary::Cast(array); in LookupPropertyInlinedProps() local 365 NameDictionary *dict = NameDictionary::Cast(array); in LookupPropertyInlinedProps() local 382 auto dict = NumberDictionary::Cast(receiver->GetElements().GetTaggedObject()); in TransitionForAttributeChanged() local 388 auto dict = NumberDictionary::Cast(receiver->GetElements().GetTaggedObject()); in TransitionForAttributeChanged() local 399 JSHandle<NameDictionary> dict(JSObject::TransitionToDictionary(thread_, receiver)); in TransitionForAttributeChanged() local 405 auto dict = NameDictionary::Cast(receiver->GetProperties().GetTaggedObject()); in TransitionForAttributeChanged() local 439 NumberDictionary *dict = NumberDictionary::Cast(elements); in UpdateDataValue() local 446 auto *dict = GlobalDictionary::Cast(receiver->GetProperties().GetTaggedObject()); in UpdateDataValue() local 537 JSHandle<NameDictionary> dict(JSObject::TransitionToDictionary(thread_, receiver)); in WriteDataProperty() local [all …]
|
| D | js_hclass-inl.h | 112 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindTransitions() local 135 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindProtoTransitions() local
|
| D | js_object.cpp | 152 JSMutableHandle<NameDictionary> dict( in TransitionToDictionary() local 196 JSMutableHandle<NumberDictionary> dict(thread, NumberDictionary::Create(thread)); in ElementsToDictionary() local 260 JSHandle<NumberDictionary> dict(thread, receiver->GetElements()); in AddElementInternal() local 317 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeys() local 321 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeys() local 337 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeys() local 348 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local 375 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local 419 JSHandle<NumberDictionary> dict = JSHandle<NumberDictionary>::Cast(elements); in GetALLElementKeysIntoVector() local 1913 JSMutableHandle<NameDictionary> dict( in CreateObjectFromProperties() local [all …]
|
| D | object_fast_operator-inl.h | 91 NameDictionary *dict = NameDictionary::Cast(array); in GetPropertyByName() local 180 NameDictionary *dict = NameDictionary::Cast(properties); in SetPropertyByName() local 258 NumberDictionary *dict = NumberDictionary::Cast(elements); in GetPropertyByIndex() local
|
| D | js_for_in_iterator.cpp | 102 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); in FastGetAllEnumKeys() local
|
| D | dump.cpp | 1313 NumberDictionary *dict = NumberDictionary::Cast(elements); in Dump() local 1321 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in Dump() local 1355 NameDictionary *dict = NameDictionary::Cast(properties); in Dump() local 3446 NameDictionary *dict = NameDictionary::Cast(properties); in Dump() local 4166 NumberDictionary *dict = NumberDictionary::Cast(elements); in DumpForSnapshot() local 4172 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in DumpForSnapshot() local 4202 NameDictionary *dict = NameDictionary::Cast(properties); in DumpForSnapshot() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 327 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, prototype, nonStaticKeys, nonSta… in DefineClassFromExtractor() local 353 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor),… in DefineClassFromExtractor() local 411 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, prototype, nonStaticKeys, nonSta… in DefineClassWithIHClass() local 437 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor),… in DefineClassWithIHClass() local 470 JSMutableHandle<NameDictionary> dict( in BuildDictionaryProperties() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_manager.cpp | 322 NameDictionary *dict = NameDictionary::Cast(resolvedModules_.GetTaggedObject()); in HostGetImportedModule() local 343 NameDictionary *dict = NameDictionary::Cast(resolvedModules_.GetTaggedObject()); in HostResolveImportedModuleWithMerge() local 381 NameDictionary *dict = NameDictionary::Cast(resolvedModules_.GetTaggedObject()); in HostResolveImportedModule() local 404 NameDictionary *dict = NameDictionary::Cast(resolvedModules_.GetTaggedObject()); in HostResolveImportedModule() local 435 JSHandle<NameDictionary> dict(thread, resolvedModules_); in ResolveModule() local 451 JSHandle<NameDictionary> dict(thread, resolvedModules_); in ResolveNativeModule() local 492 JSHandle<NameDictionary> dict(thread, resolvedModules_); in AddResolveImportedModule() local
|
| D | js_module_source_text.cpp | 1066 NameDictionary *dict = NameDictionary::Cast(dictionary.GetTaggedObject()); in GetModuleValue() local 1088 NameDictionary *dict = NameDictionary::Cast(dictionary.GetTaggedObject()); in FindByExport() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_dictionary_test.cpp | 104 …JSHandle<NameDictionary> dict(NameDictionary::PutIfAbsent(thread, dictHandle, key1, value1, metaDa… in HWTEST_F_L0() local 234 …JSHandle<NumberDictionary> dict = NumberDictionary::PutIfAbsent(thread, dictHandle, key1, value1, … in HWTEST_F_L0() local
|
| D | global_dictionary_test.cpp | 231 JSHandle<GlobalDictionary> dict(GlobalDictionary::PutIfAbsent(thread, dictHandle, in HWTEST_F_L0() local 278 JSHandle<GlobalDictionary> dict(GlobalDictionary::PutIfAbsent(thread, dictHandle, in HWTEST_F_L0() local
|
| D | linked_hash_table_test.cpp | 68 JSHandle<LinkedHashMap> dict = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
|
| D | dump_test.cpp | 804 JSHandle<TaggedArray> dict = factory->NewDictionaryArray(4); in HWTEST_F_L0() local 814 JSHandle<COWTaggedArray> dict = factory->NewCOWTaggedArray(4); in HWTEST_F_L0() local
|
| D | js_object_test.cpp | 883 NameDictionary *dict = NameDictionary::Cast(obj1->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local 916 NameDictionary *dict = NameDictionary::Cast(obj1->GetProperties().GetTaggedObject()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | fast_runtime_stub-inl.h | 206 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in GetGlobalOwnProperty() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 366 …JSHandle<TaggedArray> dict = JSHandle<TaggedArray>(thread, TaggedArray::Cast(dictionary.GetTaggedO… in GetModuleVariables() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 623 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject()); in RuntimeStGlobalRecord() local 1222 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject()); in RuntimeLdGlobalRecord() local 1246 GlobalDictionary *dict = GlobalDictionary::Cast(env->GetGlobalRecord()->GetTaggedObject()); in RuntimeTryUpdateGlobalRecord() local
|