Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/runtime_core/scripts/
Dgc_pause_stats.py30 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:
Drun_check_atomic_format.py95 def process_results(atomic_comments: dict, atomic_operations: dict) -> int:
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp299 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 …]
Djs_hclass-inl.h112 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindTransitions() local
135 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindProtoTransitions() local
Djs_object.cpp152 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 …]
Dobject_fast_operator-inl.h91 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
Djs_for_in_iterator.cpp102 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); in FastGetAllEnumKeys() local
Ddump.cpp1313 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/
Dclass_info_extractor.cpp327 …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/
Djs_module_manager.cpp322 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
Djs_module_source_text.cpp1066 NameDictionary *dict = NameDictionary::Cast(dictionary.GetTaggedObject()); in GetModuleValue() local
1088 NameDictionary *dict = NameDictionary::Cast(dictionary.GetTaggedObject()); in FindByExport() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp104 …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
Dglobal_dictionary_test.cpp231 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
Dlinked_hash_table_test.cpp68 JSHandle<LinkedHashMap> dict = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
Ddump_test.cpp804 JSHandle<TaggedArray> dict = factory->NewDictionaryArray(4); in HWTEST_F_L0() local
814 JSHandle<COWTaggedArray> dict = factory->NewCOWTaggedArray(4); in HWTEST_F_L0() local
Djs_object_test.cpp883 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/
Dfast_runtime_stub-inl.h206 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in GetGlobalOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp366 …JSHandle<TaggedArray> dict = JSHandle<TaggedArray>(thread, TaggedArray::Cast(dictionary.GetTaggedO… in GetModuleVariables() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h623 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