Searched full:single (Results 1 – 25 of 108) sorted by relevance
12345
| /arkcompiler/runtime_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 8 # IGNORE benchmark FUNCS function - ignoring a single function of a benchmark or … 9 # IGNORE benchmark FUNCS function ARM32 ARM64 OSR - ignoring OSR-compilation of a single function…
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 35 1. Bytecode description should have a single entry point to simplify maintenance 82 single file to gain maximum benefits from deduplicating constant string pools, information 95 90% of them do not fit into a single mobile executable already now. Having multiple executables 99 Our aim is to address these issues by having a single file for application code. This, however, 100 may introduce a new issue: a single file will require larger identifiers, which obviously consume 161 the size of up to 64 bits, floating point numbers of single and double precision, raw pointers
|
| D | rationale-for-bytecode.md | 73 can be represented with a single byte, while register-based `add reg_dst, reg_src1, reg_src2` may 77 just a single register-based instruction. Since the interpreter has an extra work to do to read 156 This trick gives us just `1 + 0.5 + 0.5 = 2` bytes for a single instructions, which get us closer 193 single- and double-precision numbers, etc.). 205 and Python-style addition within a single instruction, which would eventually lead us to an
|
| D | aot.md | 41 - `ClassHeader` - Describes single class. 42 - `MethodHeader` - Describe single method. 115 `ark_aot` tool aims to compile input panda files into the single AOT file that can be consumed by
|
| D | code_metainfo.md | 54 use `uint32_t` for a single table element. 164 Holds single column - method index within a pandafile. It was moved to the separate table due to be… 172 Holds single column - index of the VReg description in the `VRegs catalogue` table.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 148 [Static Single Assignment Book](http://ssabook.gforge.inria.fr/latest/book.pdf) 150 [Simple and Efficient Construction of Static Single Assignment Form](https://pp.info.uni-karlsruhe.… 152 [Efficiently Computing Static Single Assignment Form and the Control Dependence Graph, Ron Cytron](…
|
| D | balance_expressions_doc.md | 27 …ut satisfy the conditions above (have single user and are arithmetic operations), they should be m…
|
| D | avoid-calculating-start-of-array.md | 21 a chain of basic blocks that comprise a single control flow path and are not
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | test_base.rb | 30 …# Currently generator supports only single instruction per test. However coverage tool supports ar… 31 # So convert to yaml as array of single element.
|
| /arkcompiler/runtime_core/libpandabase/mem/ringbuf/ |
| D | lock_free_ring_buffer.h | 26 …* Lock-free single-producer single-consumer ring-buffer. Push can take infinite amount of time if …
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 66 It seems to me, that single univerce of parameterized types with properly defined subtyping relatio… 81 in the type system. They form a single class of equivalence.
|
| /arkcompiler/runtime_core/runtime/ |
| D | cha.cpp | 87 …rstennikov): Currently panda is allowed to execute abstract method, thus we cannot propagate single in UpdateMethod() 137 …// Other thread can remove single implementation of the callee method while we compile caller meth… in AddDependency()
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | literalarrays-05.pa | 14 #check single element string array
|
| /arkcompiler/runtime_core/isa/ |
| D | README | 7 It is in a machine-readable format and intended to be the single source of
|
| /arkcompiler/ets_frontend/testTs/ |
| D | README.md | 18 1.3 Performing a Single file Test<br>
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string_iterator.cpp | 66 // single code unit first. in Next() 75 …cond < 0xDC00 or second > 0xDFFF, let resultString be the string consisting of the single code unit in Next()
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | string_logger.rb | 16 # StringLogger is intended to keep all single test output.
|
| /arkcompiler/ets_frontend/test262/ |
| D | README.md | 85 ### 2.5 Run single test case 97 ### 2.7 Run single test case with other engines. Take d8 as an example 102 ### 2.8 Run single test case with `babel` conversion
|
| D | es2abc_skip_tests.json | 88 "reason" : "Unsupported single-line-html-close Comment", 90 "annexB/language/comments/single-line-html-close-unicode-separators.js"
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | hash.h | 80 /// Works like FNV hash but operates over 4-byte words at a time instead of single bytes 98 /// Works like FNV hash but operates over 4-byte words at a time instead of single bytes
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | spectrac.gemspec | 31 # to allow pushing to a single host or delete this section to allow pushing to any host.
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | CMakeLists.txt | 44 # Set timeout for each single test 46 # Increase single test timeout for build with sanitizers
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | object_helpers.h | 127 * Update a single reference field in the object to the moved value. 161 * Update a single reference field in the object to the moved value.
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler.yaml | 70 - name: single-file 73 description: Dump disasm files into single file, which is "disasm.txt" 89 description: File name to dump. Used only when 'single-file' is set. 570 …description: Set the maximum size of the constant array to unfold a single LoadConstArray instruct…
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_resolver.h | 43 * If single SaveStateInst is reused by multiple users and some life intervals corresponding to
|
12345