Home
last modified time | relevance | path

Searched defs:dict (Results 1 – 25 of 45) 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/ets_frontend/ets2panda/public/headers_parser/
Dsupported_types.py280 def is_method_supported(function: dict) -> bool:
295 def need_to_gen(function: dict) -> bool:
Dfile_tools.py22 def print_to_yaml(yaml_path: str, data_yaml: dict) -> None:
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/srcdumper/
Dutil_srcdumper.py38 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/
Dutil_astchecker.py60 … 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/
Dutil_astchecker.py54 … 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/
Dtest-ts-index-signature-1.ts21 const dict: Dict = { constant
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp535 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 …]
Dobject_fast_operator-inl.h119 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
Djs_object.cpp195 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 …]
Djs_hclass-inl.h128 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindTransitions() local
152 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in FindProtoTransitions() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp429 …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/
Doverrides.py19 def parse_compile_options(options: dict) -> list:
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_constantpool_patcher.cpp38 TransitionsDictionary *dict = TransitionsDictionary::Cast(transitions.GetTaggedObject()); in SetPrototypeForTransitions() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Ddebug_connection.py62 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/
Doptions_test_suite.py132 def __fill_collection(content: dict) -> dict:
139 def __fill_collection_props(prop_value: dict) -> None:
Doptions_workflow.py179 def __load_steps(self, steps: dict[str, dict]) -> None: argument
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dchapters.py63 def __parse_item(includes: list[str], excludes: list[str], yaml_item: str | dict) -> None:
/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/
Dglobal_dictionary_test.cpp204 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
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
Dlinked_hash_table_test.cpp44 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/
Dast.py84 def _imports_trigger_cctor(x: dict) -> bool:
/arkcompiler/runtime_core/static_core/plugins/ets/playground/backend/src/arkts_playground/deps/
Drunner.py58 def parse_compile_options(options: dict) -> list:

12