Home
last modified time | relevance | path

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

12

/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/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/
Dutil_astchecker.py43 checks: dict, line: int, col: int, error_file: str = '') -> None:
207 def find_nodes_by_start_location(self, root: dict, line: int, col: int) -> List[dict]:
226 def check_properties(self, node: dict, properties: dict) -> bool:
235 def run_node_test(self, test: _TestCase, ast: dict) -> bool:
253 def run_tests(self, test_file: str, tests: List[_TestCase], ast: dict, error: str = '') -> bool:
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-index-signature-1.ts21 const dict: Dict = { constant
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp519 GlobalDictionary *dict = GlobalDictionary::Cast(array); in LookupGlobal() local
547 GlobalDictionary *dict = GlobalDictionary::Cast(array); in LookupPropertyInlinedProps() local
588 NameDictionary *dict = NameDictionary::Cast(array); in LookupPropertyInlinedProps() local
606 auto dict = NumberDictionary::Cast(receiver->GetElements().GetTaggedObject()); in TransitionForAttributeChanged() local
612 auto dict = NumberDictionary::Cast(receiver->GetElements().GetTaggedObject()); in TransitionForAttributeChanged() local
625 JSHandle<NameDictionary> dict(JSObject::TransitionToDictionary(thread_, receiver)); in TransitionForAttributeChanged() local
633 auto dict = NameDictionary::Cast(receiver->GetProperties().GetTaggedObject()); in TransitionForAttributeChanged() local
696 NumberDictionary *dict = NumberDictionary::Cast(elements); in UpdateDataValue() local
703 auto *dict = GlobalDictionary::Cast(receiver->GetProperties().GetTaggedObject()); in UpdateDataValue() local
827 JSHandle<NameDictionary> dict(JSObject::TransitionToDictionary(thread_, receiver)); in WriteDataProperty() local
[all …]
Djs_object.cpp180 JSMutableHandle<NameDictionary> dict( in TransitionToDictionary() local
230 JSMutableHandle<NumberDictionary> dict(thread, NumberDictionary::Create(thread)); in ElementsToDictionary() local
347 JSMutableHandle<ecmascript::NameDictionary> dict( in SetSProperties() local
437 JSHandle<NumberDictionary> dict(thread, receiver->GetElements()); in AddElementInternal() local
496 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeys() local
500 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeys() local
520 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeysByFilter() local
524 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeysByFilter() local
541 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllKeysForSerialization() local
552 GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties().GetTaggedObject()); in GetAllEnumKeys() local
[all …]
Dobject_fast_operator-inl.h113 NameDictionary *dict = NameDictionary::Cast(array); in HasOwnProperty() local
314 NameDictionary *dict = NameDictionary::Cast(array); in GetPropertyByName() local
495 NameDictionary *dict = NameDictionary::Cast(properties); in SetPropertyByName() local
608 NumberDictionary *dict = NumberDictionary::Cast(elements); in GetPropertyByIndex() local
681 NumberDictionary *dict = NumberDictionary::Cast(elements); in SetPropertyByIndex() local
1250 NameDictionary *dict = NameDictionary::Cast(properties); in FastGetPropertyByPorpsIndex() local
Djs_hclass-inl.h139 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindTransitions() local
162 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindProtoTransitions() local
Ddump.cpp1516 NumberDictionary *dict = NumberDictionary::Cast(elements); in Dump() local
1524 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in Dump() local
1558 NameDictionary *dict = NameDictionary::Cast(properties); in Dump() local
3799 NameDictionary *dict = NameDictionary::Cast(properties); in Dump() local
4697 NumberDictionary *dict = NumberDictionary::Cast(elements); in DumpForSnapshot() local
4703 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in DumpForSnapshot() local
4733 NameDictionary *dict = NameDictionary::Cast(properties); in DumpForSnapshot() local
Djs_hclass.cpp799 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in VisitAndUpdateLayout() local
1513 … auto dict = reinterpret_cast<NameDictionary *>(parentHClass->GetLayout().GetTaggedObject()); in CreateSHClass() local
1618 JSMutableHandle<NameDictionary> dict( in CreateSDictLayout() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp422 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, prototype, nonStaticKeys, nonSta… in DefineClassFromExtractor() local
447 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor),… in DefineClassFromExtractor() local
528 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, prototype, nonStaticKeys, nonSta… in DefineClassWithIHClass() local
560 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor),… in DefineClassWithIHClass() local
608 JSMutableHandle<NameDictionary> dict( in BuildDictionaryProperties() local
755 …JSHandle<NameDictionary> dict = BuildSendableDictionaryProperties(thread, prototype, nonStaticKeys, in DefineSendableClassFromExtractor() local
781 JSHandle<NameDictionary> dict = in DefineSendableClassFromExtractor() local
812 JSMutableHandle<NameDictionary> dict( in FilterDuplicatedKeys() local
855 JSMutableHandle<NameDictionary> dict( in BuildSendableDictionaryProperties() local
899 uint32_t length, JSMutableHandle<NameDictionary> &dict, PropertyAttributes attributes) in AddFieldTypeToDict()
[all …]
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info_cell.h85 JSHandle<NumberDictionary> dict = NumberDictionary::PutIfAbsent(thread, in UpdateExtraInfoMap() local
/arkcompiler/toolchain/build/compile_script/
Dark.py305 def is_dict_flags_match_arg(dict_to_match: dict, arg_to_match: str) -> bool:
590 …def which_dict_flags_match_arg(self, dict_including_dicts_to_match: dict, arg_to_match: str) -> st…
619 …def get_help_msg_of_dict(self, dict_in: dict, indentation_str_current: str, indentation_str_per_le…
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dchapters.py78 def __parse_item(includes: List[str], excludes: List[str], yaml_item: Union[str, dict]) -> None: argument
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp80 …JSHandle<NameDictionary> dict(NameDictionary::PutIfAbsent(thread, dictHandle, key1, value1, metaDa… in HWTEST_F_L0() local
211 …JSHandle<NumberDictionary> dict = NumberDictionary::PutIfAbsent(thread, dictHandle, key1, value1, … in HWTEST_F_L0() local
Dglobal_dictionary_test.cpp207 JSHandle<GlobalDictionary> dict(GlobalDictionary::PutIfAbsent(thread, dictHandle, in HWTEST_F_L0() local
254 JSHandle<GlobalDictionary> dict(GlobalDictionary::PutIfAbsent(thread, dictHandle, in HWTEST_F_L0() local
Dlinked_hash_table_test.cpp44 JSHandle<LinkedHashMap> dict = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
Ddump_test.cpp961 JSHandle<TaggedArray> dict = factory->NewDictionaryArray(4); in HWTEST_F_L0() local
971 JSHandle<COWTaggedArray> dict = factory->NewCOWTaggedArray(4); in HWTEST_F_L0() local
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
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h219 GlobalDictionary *dict = GlobalDictionary::Cast(properties); in GetGlobalOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_lazy_callback.cpp238 NameDictionary *dict = NameDictionary::Cast(array); in ITERATE_INTL() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp389 JSMutableHandle<NameDictionary> dict( in CreateSJsonObject() local
472 JSMutableHandle<NameDictionary> dict( in CreateSJsonMap() local
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py630 def update_data_by_log(data: dict, log_path: str, js_name: str) -> dict:
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp189 NameDictionary *dict = NameDictionary::Cast(properties); in ResolveExportObject() local
1400 NameDictionary *dict = NameDictionary::Cast(dictionary.GetTaggedObject()); in GetModuleValue() local
1431 NameDictionary *dict = NameDictionary::Cast(dictionary.GetTaggedObject()); in FindByExport() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp975 JSHandle<NameDictionary> dict(thread_, obj->GetProperties()); in HWTEST_F_L0() local
1057 JSHandle<NameDictionary> dict(thread_, obj->GetProperties()); in HWTEST_F_L0() local

12