Home
last modified time | relevance | path

Searched full:single (Results 1 – 25 of 108) sorted by relevance

12345

/arkcompiler/runtime_core/compiler/tools/
Dignore_checked_coverage.txt8 # 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/
Ddesign-of-interpreter.md35 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
Drationale-for-bytecode.md73 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
Daot.md41 - `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
Dcode_metainfo.md54 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/
Dir_builder.md148 [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](…
Dbalance_expressions_doc.md27 …ut satisfy the conditions above (have single user and are arithmetic operations), they should be m…
Davoid-calculating-start-of-array.md21 a chain of basic blocks that comprise a single control flow path and are not
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dtest_base.rb30 …# 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/
Dlock_free_ring_buffer.h26 …* Lock-free single-producer single-consumer ring-buffer. Push can take infinite amount of time if …
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md66 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/
Dcha.cpp87 …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/
Dliteralarrays-05.pa14 #check single element string array
/arkcompiler/runtime_core/isa/
DREADME7 It is in a machine-readable format and intended to be the single source of
/arkcompiler/ets_frontend/testTs/
DREADME.md18 1.3 Performing a Single file Test<br>
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp66 // 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/
Dstring_logger.rb16 # StringLogger is intended to keep all single test output.
/arkcompiler/ets_frontend/test262/
DREADME.md85 ### 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
Des2abc_skip_tests.json88 "reason" : "Unsupported single-line-html-close Comment",
90 "annexB/language/comments/single-line-html-close-unicode-separators.js"
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h80 /// 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/
Dspectrac.gemspec31 # to allow pushing to a single host or delete this section to allow pushing to any host.
/arkcompiler/runtime_core/tests/cts-generator/
DCMakeLists.txt44 # Set timeout for each single test
46 # Increase single test timeout for build with sanitizers
/arkcompiler/runtime_core/runtime/mem/
Dobject_helpers.h127 * 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/
Dcompiler.yaml70 - 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/
Dreg_alloc_resolver.h43 * If single SaveStateInst is reused by multiple users and some life intervals corresponding to

12345