| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/ |
| D | escompat.cpp | 90 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 96 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 102 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 108 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 114 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 120 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 126 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 132 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 138 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… 144 // NOTE(oignatenko) enable this after interop is implemented for this method in either or both dime… [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 393 # O and T are of the same type, both arrays, std object 401 # O and T are of the same type, both arrays, custom object 409 # O and T are of the same type, both arrays, string 418 # O is a subtype of T, both arrays, std object 426 # O is a subtype of T, both arrays, custom object 544 # O and T are of the same type, both arrays, std object 552 # O and T are of the same type, both arrays, custom object 560 # O and T are of the same type, both arrays, string 569 # O is a subtype of T, both arrays, std object 577 # O implements T, both arrays, std object [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule30_5.sts | 49 y2 = x2 // ok, both are of the same type 52 y1 = x1 // ok, both are of the same type 55 x1 = y1 // ok, both are of the same type
|
| D | rule30_6.sts | 51 y1 = x1 // ok, both are of the same type 54 x1 = y1 // ok, both are of the same type
|
| D | rule30_4.sts | 50 y1 = x1 // ok, both are of the same type 53 x1 = y1 // ok, both are of the same type
|
| D | rule30_2.sts | 69 y1 = x1 // ok, both are of the same type 72 x1 = y1 // ok, both are of the same type
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 225 # O and T are of the same type, both arrays, std object 233 # O and T are of the same type, both arrays, custom object 241 # O and T are of the same type, both arrays, string 250 # O is a subtype of T, both arrays, std object 258 # O is a subtype of T, both arrays, custom object 336 # O and T are of unrelated types, both arrays, std object 344 # O and T are of unrelated types, both arrays, custom object 353 # O is a supertype of T, both arrays, std object 361 # O is a supertype of T, both arrays, custom object
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 7 …ark - ignoring a benchmark or CTS-assembly test (both osr and jit) 8 … - ignoring a single function of a benchmark or CTS-assembly test (both osr and jit)
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe30.md | 109 y = x // ok, both are of the same type 112 x = y // ok, both are of the same type 118 // X and Y implement the same interface, thus both calls are allowed:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/05.field_declarations/ |
| D | access_to_private_field_from_superclass_member.sts | 17 desc: A private field from of a superclass access, if both classes are members of same class. 18 assert: A private field of a superclass might be accessible to a subclass - for example, if both cl…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/08.method_overload_signatures/ |
| D | method_overload_2.sts | 18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
|
| D | method_overload_0.sts | 18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
|
| D | method_overload_1.sts | 18 assert: If two methods of a class (whether both declared in the same class, or both inherited by a …
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | task_manager.md | 3 Internally in VM we have different tasks for two components `GC` and `JIT`. Both of this components… 5 For Hybrid mode (i.e. we can execute both static and dynamic code) TaskManager also should take int… 21 …ty, then it try to execute task from the background queue. If no tasks in both queues - WorkerThre…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/06.contexts_and_conversions/03.numeric_operator_contexts/binary_numeric_promotion/ |
| D | result_type_bool_n.sts | 23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s… 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_cond_n.sts | 23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s… 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_bool.sts | 23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s… 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_bitwise.sts | 23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s… 27 • Otherwise, both operands are converted to type int.
|
| D | result_type_arith.sts | 23 …2. Widening primitive conversion (link to conv) is applied to convert either or both operands as s… 27 • Otherwise, both operands are converted to type int.
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | branch_elimination_test.cpp | 21 enum class RemainedSuccessor { TRUE_SUCCESSOR, FALSE_SUCCESSOR, BOTH }; enumerator 995 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 997 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 999 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1001 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1003 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1005 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1007 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1009 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1024 …BuildGraphAndCheckElimination<DominantCondResult::TRUE, RemainedSuccessor::BOTH>(ConditionCode::CC… in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| D | app_aot_jit_enable_list.conf | 1 …n be written as below, first is enable aot, second is enable jit, third is enable both aot and jit:
|
| D | app_aot_jit_enable_list_default.conf | 1 …n be written as below, first is enable aot, second is enable jit, third is enable both aot and jit:
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | branch_elimination_test.cpp | 21 enum class RemainedSuccessor { TRUE_SUCCESSOR, FALSE_SUCCESSOR, BOTH }; enumerator 1012 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1014 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1016 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1018 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1020 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1022 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1024 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1026 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1044 …BuildGraphAndCheckElimination<DominantCondResult::TRUE, RemainedSuccessor::BOTH>(ConditionCode::CC… in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | reg_alloc_verifier.h | 55 2) if both values are unknown then destination value will remain unknown; 56 3) if either destination or source value is known (but not both values simultaneously) then 58 4) if both source and destination values are known and holds result of the same instruction 60 5) if both source and destination values are known but holds results of different instructions
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/cookbook/ |
| D | summary.rst | 37 One of the most important features of |LANG| that helps achieving both goals 172 An unpredictable change of an object layout contradicts both good readability 270 answer to both questions above is "yes"; 273 to both questions above is "no". 280 and more understandable code as both *pro* and *contra* arguments can be found.
|