| /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_frontend/ets2panda/public/headers_parser/ |
| D | supported_types.py | 280 def is_method_supported(function: dict) -> bool: 295 def need_to_gen(function: dict) -> bool:
|
| D | file_tools.py | 22 def print_to_yaml(yaml_path: str, data_yaml: dict) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/ |
| D | util_srcdumper.py | 38 def __init__(self, original_ast: dict, dumped_ast: dict): 45 def normalize_ast(ast: dict) -> dict: 155 def remove_default_constructor_properties(ast: dict) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/validators/astchecker/ |
| D | util_astchecker.py | 60 … def __init__(self, name: str | None, pattern: UtilASTChecker._Pattern, checks: dict) -> None: 127 def check_properties(node: dict, properties: dict) -> bool: 313 def find_nodes_by_start_location(self, root: dict, line: int, col: int) -> list[dict]: 330 def run_node_test(self, test: _TestCase, ast: dict) -> bool: 341 …def run_tests(self, test_file: Path, test_cases: TestCasesList, ast: dict, error: str = '') -> boo…
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/astchecker/ |
| D | util_astchecker.py | 54 … def __init__(self, name: Optional[str], pattern: UtilASTChecker._Pattern, checks: dict) -> None: 120 def check_properties(node: dict, properties: dict) -> bool: 302 def find_nodes_by_start_location(self, root: dict, line: int, col: int) -> List[dict]: 319 def run_node_test(self, test: _TestCase, ast: dict) -> bool: 328 …def run_tests(self, test_file: str, test_cases: TestCasesList, ast: dict, error: str = '') -> bool:
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-ts-index-signature-1.ts | 21 const dict: Dict = { constant
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.cpp | 535 GlobalDictionary *dict = GlobalDictionary::Cast(array); in LookupGlobal() local 559 GlobalDictionary *dict = GlobalDictionary::Cast(array); in LookupPropertyInlinedProps() local 600 NameDictionary *dict = NameDictionary::Cast(array); in LookupPropertyInlinedProps() local 618 auto dict = NumberDictionary::Cast(receiver->GetElements(thread_).GetTaggedObject()); in TransitionForAttributeChanged() local 624 auto dict = NumberDictionary::Cast(receiver->GetElements(thread_).GetTaggedObject()); in TransitionForAttributeChanged() local 637 JSHandle<NameDictionary> dict(JSObject::TransitionToDictionary(thread_, receiver)); in TransitionForAttributeChanged() local 645 auto dict = NameDictionary::Cast(receiver->GetProperties(thread_).GetTaggedObject()); in TransitionForAttributeChanged() local 714 NumberDictionary *dict = NumberDictionary::Cast(elements); in UpdateDataValue() local 721 auto *dict = GlobalDictionary::Cast(receiver->GetProperties(thread_).GetTaggedObject()); in UpdateDataValue() local 852 JSHandle<NameDictionary> dict(JSObject::TransitionToDictionary(thread_, receiver)); in WriteDataProperty() local [all …]
|
| D | object_fast_operator-inl.h | 119 NameDictionary *dict = NameDictionary::Cast(array); in HasOwnProperty() local 335 NameDictionary *dict = NameDictionary::Cast(array); in GetPropertyByName() local 553 NameDictionary *dict = NameDictionary::Cast(properties); in SetPropertyByName() local 645 … NameDictionary *dict = NameDictionary::Cast(objHandle->GetProperties(thread).GetTaggedObject()); in SetJsonPropertyByName() local 719 NumberDictionary *dict = NumberDictionary::Cast(elements); in GetPropertyByIndex() local 792 NumberDictionary *dict = NumberDictionary::Cast(elements); in SetPropertyByIndex() local
|
| D | js_object.cpp | 195 JSMutableHandle<NameDictionary> dict( in TransitionToDictionary() local 252 JSMutableHandle<NumberDictionary> dict(thread, NumberDictionary::Create(thread)); in ElementsToDictionary() local 410 JSMutableHandle<ecmascript::NameDictionary> dict( in SetSProperties() local 510 JSHandle<NumberDictionary> dict(thread, receiver->GetElements(thread)); in AddElementInternal() local 569 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeys() local 573 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllKeys() local 593 GlobalDictionary *dict = GlobalDictionary::Cast(array); in GetAllKeysByFilter() local 597 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllKeysByFilter() local 615 NameDictionary *dict = NameDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllKeysForSerialization() local 661 … GlobalDictionary *dict = GlobalDictionary::Cast(obj->GetProperties(thread).GetTaggedObject()); in GetAllEnumKeys() local [all …]
|
| D | js_hclass-inl.h | 128 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindTransitions() local 152 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindProtoTransitions() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 429 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, prototype, nonStaticKeys, nonSta… in DefineClassFromExtractor() local 454 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor),… in DefineClassFromExtractor() local 535 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, prototype, nonStaticKeys, nonSta… in DefineClassWithIHClass() local 567 …JSHandle<NameDictionary> dict = BuildDictionaryProperties(thread, JSHandle<JSObject>(constructor),… in DefineClassWithIHClass() local 621 JSMutableHandle<NameDictionary> dict( in BuildDictionaryProperties() local 804 …JSHandle<NameDictionary> dict = BuildSendableDictionaryProperties(thread, prototype, nonStaticKeys, in DefineSendableClassFromExtractor() local 830 JSHandle<NameDictionary> dict = in DefineSendableClassFromExtractor() local 867 JSMutableHandle<NameDictionary> dict( in FilterDuplicatedKeys() local 910 JSMutableHandle<NameDictionary> dict( in BuildSendableDictionaryProperties() local 956 … uint32_t length, JSMutableHandle<NameDictionary> &dict, in AddFieldTypeToDict() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/tests/fixtures/ |
| D | overrides.py | 19 def parse_compile_options(options: dict) -> list:
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | aot_constantpool_patcher.cpp | 38 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in SetPrototypeForTransitions() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| D | debug_connection.py | 62 async def send(self, cmd: Generator[dict, T, Any]) -> T: 75 cmd: Generator[dict, T, Any],
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/ |
| D | options_test_suite.py | 132 def __fill_collection(content: dict) -> dict: 139 def __fill_collection_props(prop_value: dict) -> None:
|
| D | options_workflow.py | 179 def __load_steps(self, steps: dict[str, dict]) -> None: argument
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/ |
| D | chapters.py | 63 def __parse_item(includes: list[str], excludes: list[str], yaml_item: str | dict) -> None:
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | chapters.py | 78 def __parse_item(includes: List[str], excludes: List[str], yaml_item: Union[str, dict]) -> None: argument
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | global_dictionary_test.cpp | 204 JSHandle<GlobalDictionary> dict(GlobalDictionary::PutIfAbsent(thread, dictHandle, in HWTEST_F_L0() local 251 JSHandle<GlobalDictionary> dict(GlobalDictionary::PutIfAbsent(thread, dictHandle, in HWTEST_F_L0() local
|
| D | tagged_dictionary_test.cpp | 80 …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
|
| D | linked_hash_table_test.cpp | 44 JSHandle<LinkedHashMap> dict = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/compiler_verification/ |
| D | ast.py | 84 def _imports_trigger_cctor(x: dict) -> bool:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/deps/ |
| D | runner.py | 58 def parse_compile_options(options: dict) -> list:
|