| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/11.local_classes_and_interfaces/ |
| D | local_class_and_interface_declaration.params.yaml | 17 // Local class declaration inside class body 33 // Final local class declaration inside class body 49 // Deep local class declaration in class body inside another local class. 74 // Deep interface declaration in class body inside another local class. 103 // Local class declaration inside class method 120 // Local interface declaration inside class method 139 // Local class with constructor+argument declaration inside constructor of the outer class 160 // Deep local class declaration inside class method inside another local class. 183 // Deep local interface declaration inside interface method inside another local class. 213 // Local class with no-arg constructor declaration inside a function [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/dot_operator/ts_to_sts/optional_operator/ |
| D | optional_operator.sts | 42 return Obj.inside?.name as string == Obj.inside.name as string; 46 const res: undefined = Obj.inside?.test as undefined; 52 // return Obj.inside?.['name'] as string == Obj.name as string; 56 // const res: undefined = Obj.inside?.['test'] as undefined;
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe93.md | 1 # Using ``this`` inside stand-alone functions is not supported 7 ArkTS does not support the usage of ``this`` inside stand-alone functions and 8 inside static methods. ``this`` can be used in instance methods only.
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | this_type.ts.json | 94 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 104 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 124 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 134 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 144 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)",
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | mark_word.cpp | 32 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in GetHashConfigured() 54 LOG(ERROR, RUNTIME) << "Hash is not stored inside object header!"; in DecodeFromHashConfigured() 66 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in SetHashedConfigured() 84 LOG(ERROR, RUNTIME) << "Hash is stored inside object header and we don't use hash status bit!"; in IsHashedConfigured()
|
| D | object_header_config.h | 44 // Config for High-end devices with hash stored inside object header and 32 bits pointer 54 // Config for High-end devices with hash stored inside object header and 64 bits pointer 64 // Config for Low-end devices with hash stored inside object header and 32 bits pointer
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | unix_signal_test.cpp | 131 // Wait for the signals inside the cycle in TEST_F() 175 // Wait for the signals inside the cycle in TEST_F() 193 // Wait for the signals inside the cycle in TEST_F() 214 // Wait for the signals inside the cycle in TEST_F() 233 // Wait for the signals inside the cycle in TEST_F() 253 // Wait for the signals inside the cycle in TEST_F() 272 // Wait for the signals inside the cycle in TEST_F()
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/ |
| D | union_normalization_test_2.cpp | 71 // Create union type, which will be normalized inside creation function in TEST_F() 82 // Create union type, which will be normalized inside creation function in TEST_F() 93 // Create union type, which will be normalized inside creation function in TEST_F() 107 // Create union type, which will be normalized inside creation function in TEST_F() 186 // Create union type, which will be normalized inside creation function in TEST_F() 198 // Create union type, which will be normalized inside creation function in TEST_F() 211 // Create union type, which will be normalized inside creation function in TEST_F() 226 // Create union type, which will be normalized inside creation function in TEST_F() 246 // Create union type, which will be normalized inside creation function in TEST_F() 265 // Create union type, which will be normalized inside creation function in TEST_F() [all …]
|
| D | union_normalization_test_1.cpp | 54 // Create union type, which will be normalized inside creation function in TEST_F() 81 // Create union type, which will be normalized inside creation function in TEST_F() 114 // Create union type, which will be normalized inside creation function in TEST_F() 138 // Create union type, which will be normalized inside creation function in TEST_F() 169 // Create union type, which will be normalized inside creation function in TEST_F()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/10.Interfaces/10.6.Interface_Method_Declarations/10.6.2.Inheritance_and_Overriding/ |
| D | issue_16070_03.sts | 31 return "inside Foo" 37 assert foo.toString() == "inside Foo"
|
| D | issue_16070_04.sts | 31 return "inside Foo" 37 assert foo.toLocaleString() == "inside Foo"
|
| D | issue_16070_02.sts | 35 return "inside Foo" 41 assert foo.toLocaleString() == "inside Foo"
|
| D | issue_16070_01.sts | 35 return "inside Foo" 41 assert foo.toString() == "inside Foo"
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/13.Compilation_Units_Packages_and_Modules/03.Import_Directives/issue15173/src/ |
| D | issue_15173_03.sts | 29 assert foo.test() == "inside a method"; 30 assert bar.test() == "inside a method";
|
| D | issue_15173_02.sts | 29 assert foo.test() == "inside a method"; 30 assert bar.test() == "inside a method";
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/09.classes/9.6.Method_Declarations/10.Overriding_by_Instance_Methods/interfaces_overriding/ |
| D | interface_overriding_01.sts | 26 return "inside default method" 53 assert d.bar() == "inside default method"
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | loop_unswitch_doc.md | 4 …mization moves a conditional inside a loop outside of it by duplicating the loop's body, and placi…
|
| D | lse_doc.md | 45 …cted heap of loop preheader (e.g. if we can guarantee that memory access is read-only inside loop). 105 Here is `v20` inside loop that can be eliminated due to `v3`. However we can't record `v20` to list… 111 …further. While traversing a loop we check aliasing of each memory access inside the loop with phi-… 113 … overwritten somewhere inside the loop. If there are only load instructions among them, then we ca… 117 - visiting any memory access inside a reducible loop we check the aliasing with phi-candidates of t… 280 Until the `LoadObject` accesses a volatile field, we can eliminate `v20` inside the loop and use `v…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/rules/ |
| D | rule136.ts.json | 44 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 84 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)",
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/regression/ |
| D | SimplifyStringBuilder.sts | 40 … should not be triggered here: 'prepend' instead of 'append' in intermediate value inside loop body 63 …// SimplifyStringBuilder should be triggered here: 'append' with intermediate value inside loop bo…
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena.h | 73 /// @return A pointer to the raw memory inside arena 90 * @brief Check that @param mem is stored inside this Arena 95 …/// @brief Mark all memory after @param mem as free. Check that @param mem is stored inside this a…
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena.h | 86 * @return A pointer to the raw memory inside arena 104 * \brief Check that \param mem is stored inside this Arena 110 …* \brief Mark all memory after \param mem as free. Check that \param mem is stored inside this are…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/heap-space-misc/ |
| D | crossing_map.h | 58 // This element (or map) can be used to get the first object address, which starts inside this page… 104 * @return Returns the first object which starts inside an interval, 160 // We have some object that starts inside this page, 163 // We have some object that starts inside this page, 232 // We must be sure that we can use such type for all possible obj offsets inside one page
|
| /arkcompiler/toolchain/build/config/aosp/ |
| D | config.gni | 77 # # Toolchain root directory for each build. The actual binaries are inside 78 # # a "bin" directory inside of these.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/10.interfaces/04.interface_members/ |
| D | member_type_declaration.sts | 18 desc: Type declaration inside interface.
|