| /arkcompiler/ets_runtime/test/aottest/class_method_signature/ |
| D | class_method_signature.ts | 18 // one signature but no body 25 return "test one signature but no body"; 32 // multi-signatures but one body 45 return "test multi-signatures but one body"; 53 // multi-signature but no body. 64 return "test multi-signatures but no body";
|
| D | expect_output.txt | 14 test one signature but no body 16 test multi-signatures but one body 18 test multi-signatures but no body
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | README.md | 26 --full_md (-F) - same as --full, but in markdown format 28 --uncovered_md (-U) - same as --uncovered, but in markdown format 30 --orphaned_md (-O) - same as --orphaned, but in markdown format
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | plt.md | 8 but not always. 25 `ThirdSlot` would actually store `Method pointer` after resolving, but during AOT file loading it i… 118 …re filled with zeroes and after resolving they both store `Class pointer`, but have different mean… 156 It stores gathered `Class pointer` into `ThirdSlot`, and also does the same for `SecondSlot` but un… 175 in 3 Resolvers (all but CallStatic) is actually a caller-saved for `arm64`, but callee-saved for `x… 184 It actually copies the `SlowPath` behavior of usual `BoundaryFrame` class constructor, but with one… 185 for 3 out of 4 Resolvers (all but CallStatic) "return address" and "previous frame" values which ar… 203 AOT file, but distance to `.aot_got` section can be calculated in the same way like for usual code …
|
| D | reg_alloc_graph_coloring_doc.md | 23 …scan from works of Wimmer ("Linear Scan Register Allocation on SSA Form"). But output is an Interf… 46 Base for this register assignment algorithm is a greedy-coloring algorithm, but with modification t… 49 …, because it’s not only doesn’t touch colors of already colored neighbors, but takes in account bi… 50 …et bit. On second phase search continues from found position on 1st phase, but now on “Full”-busy …
|
| /arkcompiler/ets_runtime/ |
| D | LICENSE | 28 including but not limited to software source code, documentation 32 transformation or translation of a Source form, including but 56 to the Licensor or its representatives, including but not limited to 59 Licensor for the purpose of discussing and improving the Work, but 161 Work (including but not limited to damages for loss of goodwill,
|
| /arkcompiler/toolchain/ |
| D | LICENSE | 28 including but not limited to software source code, documentation 32 transformation or translation of a Source form, including but 56 to the Licensor or its representatives, including but not limited to 59 Licensor for the purpose of discussing and improving the Work, but 161 Work (including but not limited to damages for loss of goodwill,
|
| /arkcompiler/ets_runtime/script/ |
| D | run_ark_executable.py | 70 + "]\n>>>>> But got: [" + returncode + "]") 78 + "]\n>>>>> But got: [" + out_str + "]") 90 + "]\n>>>>> But got: [" + out_str + "]")
|
| /arkcompiler/runtime_core/ |
| D | LICENSE | 28 including but not limited to software source code, documentation 32 transformation or translation of a Source form, including but 56 to the Licensor or its representatives, including but not limited to 59 Licensor for the purpose of discussing and improving the Work, but 161 Work (including but not limited to damages for loss of goodwill,
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | allure_reporter.rb | 111 set_failure('Test is compiled, but should be rejected.') 126 set_failure("Exit code: #{status}, but expected failure.") 131 set_failure("Verifier exit code: #{status}, but expected failure.")
|
| D | test_reporter.rb | 87 @logger.log 1, 'Compilation succeeded, but compilation failure expected.' 105 @logger.log 1, "Ark exit code: #{status}, but expected ark failure." 111 @logger.log 1, "Verifier exit code: #{status}, but expected verifier failure."
|
| D | jtr_reporter.rb | 105 @status = 'Failed. Test is compiled, but should be rejected.' 120 @status = "Failed. Exit code: #{status}, but expected failure." 125 @status = "Failed. Verifier exit code: #{status}, but expected failure."
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | exception_test.cpp | 171 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 254 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 340 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 426 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 513 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 600 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 683 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 766 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 851 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 936 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/ |
| D | LICENSE | 28 including but not limited to software source code, documentation 32 transformation or translation of a Source form, including but 56 to the Licensor or its representatives, including but not limited to 59 Licensor for the purpose of discussing and improving the Work, but 161 Work (including but not limited to damages for loss of goodwill,
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 115 In an ideal case, accumulator register may safe us ~25% of size. But it needs to be used carefully: 177 (acc-reg-reg, acc-reg, acc-imm) and integer-based jumps, but not for floating-point arithmetic 195 The first approach bloats the instruction set, but keeps the semantics of each instruction simple 196 and compact. The second approach keeps the instruction set small, but bloats the semantics of 199 It may seem that the dynamically typed approach is better for dynamically typed languages, but it
|
| D | coding-style.md | 4 But we have some modifications: 46 11. When a return statement is unreachable, but the language syntax requires it, mark it with somet…
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | elf.cpp | 58 << ", but got " << header.e_ident[EI_MAG0] << header.e_ident[EI_MAG1] in VerifyELFHeader() 64 << version << ", but got " << header.e_version; in VerifyELFHeader()
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | options.yaml | 16 …# It is better to name this namespace simply "panda::base", but there is already namespace "ecmasc… 18 …# this repository, but there is the external repository arkcompiler_ets_runtime, which uses us as …
|
| /arkcompiler/ets_frontend/es2panda/test/parser/concurrent/ |
| D | invalid-concurrent-generator-function-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | invalid-concurrent-arrow-function-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | invalid-concurrent-async-generator-function-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | invalid-concurrent-async-arrow-function-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-mutable-lexical-variable-2-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-mutable-lexical-variable-4-expected.txt | 2 the size of programs is expected to be 1, but is 0
|
| D | using-mutable-lexical-variable-1-expected.txt | 2 the size of programs is expected to be 1, but is 0
|