Searched refs:same (Results 1 – 25 of 69) sorted by relevance
123
/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/ets_frontend/es2panda/test/ |
D | test262skiplist.txt | 752 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-same-type-sab.js 753 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-diff-buffer-same-type.js 754 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type-sab.js 755 built-ins/TypedArray/prototype/set/BigInt/typedarray-arg-set-values-same-buffer-same-type.js 767 built-ins/TypedArray/prototype/slice/BigInt/results-with-same-length.js 789 built-ins/TypedArray/prototype/sort/BigInt/return-same-instance.js 795 built-ins/TypedArray/prototype/subarray/BigInt/result-is-new-instance-from-same-ctor.js 799 built-ins/TypedArray/prototype/subarray/BigInt/results-with-same-length.js 925 intl402/BigInt/prototype/toLocaleString/returns-same-results-as-NumberFormat.js 928 intl402/BigInt/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js [all …]
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test_decorator3-expected.txt | 1 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. [test_dec…
|
/arkcompiler/runtime_core/compiler/docs/ |
D | interface_inline_cache.md | 11 * There is a 90% - 95% chance that the same method will be used in real-world application test. 16 * `Fast Path`: Check whether the class is the same as the last cached class,if equal: use cache; i… 52 because read and write 64bit is atomic, same `cache` maybe use at same time
|
D | aot_resolve_string.md | 7 returned string pointer into the slot and subsequent executions of the same code will bypass runtim… 27 - `--aot-string-gc-roots-limit` controls how many time the same string should be resolved before it… 53 …ingTable` was updated during GC, because both these structures are referencing to the same string (
|
D | deoptimize_elimination_doc.md | 29 …`NOP` all `DeoptimizeIf` instruction which is dominated by current instruction and have same input.
|
D | reg_alloc_graph_coloring_doc.md | 23 Graph is built by liveness-intervals, algorithm under the hood is the same as in Linear-scan from w… 32 PEO on chordal graph always builds a clique, so it always color consequently nodes of the same cliq… 41 …-case scenario all nodes in affinity-component should be colored with the same color, which will r… 61 …nts, in case the interval of input is not intersected by a call-site. The same thing should be don…
|
/arkcompiler/runtime_core/compiler/tests/ |
D | graph_comparator.h | 224 bool same = false; in Compare() local 228 … same = static_cast<uint32_t>(c1->GetRawValue()) == static_cast<uint32_t>(c2->GetRawValue()); in Compare() 231 same = c1->GetRawValue() == c2->GetRawValue(); in Compare() 234 if (!same) { in Compare()
|
/arkcompiler/runtime_core/docs/ |
D | runtime-debug-api.md | 11 1. Runtime and debugger work in the same process. Debugger functionality is provided via shared lib… 17 …ebugger and runtime (especially on microcontrollers) they are work in the same process. Debugger i…
|
D | on-stack-replacement.md | 5 …lacement (OSR) is a technique for switching between different implementations of the same function. 47 Both, OSR and regular compilation use the same hotness counter. First time, when counter is overflo… 59 JIT compiles the whole OSR-method the same way it compiles a hot method. 80 New opcode(OsrSaveState) has the same properties as regular SaveState, except that codegen handles …
|
D | rationale-for-bytecode.md | 36 hardware world: the terms "operations", "operands", "registers" and "stack" have the same meaning. 76 At the same time, to execute a stack-based addition we need to run 3 instructions compared to 82 if substituted by a stack-based analogue. At the same time, performance becomes 10%-40% worse 123 * The same goes with object and array loads and stores. 204 on the same platform with the same bytecode, we would have to handle both JavaScript-style addition
|
D | irtoc.md | 23 has keyword with the same name `Add` and with same signature:
|
/arkcompiler/runtime_core/docs/bc_verification/ |
D | types_n_values.md | 56 should be the same as of `T(...)`, i.e. `i16() <: i8()`. And that is obviously wrong, because of th… 64 All kinds of types live in the same type universe under the same subtyping relation.
|
/arkcompiler/runtime_core/docs/diagrams/ |
D | static-analyzer-report-generation.puactivity | 20 :Filter same warnings;
|
D | gc-mark.puactivity | 24 if (The object is a Reference object in the same generation space with reference) then(Yes)
|
/arkcompiler/runtime_core/tests/cts-assembly/ |
D | obj-18.pa | 14 # Compare a non-null object against another non-null object of the same type
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | varRedeclaration1-expected.txt | 130 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'a…
|
D | varRedeclaration2-expected.txt | 144 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'n…
|
D | varRedeclaration4-expected.txt | 156 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'n…
|
D | varRedeclaration3-expected.txt | 158 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'n…
|
D | arrayDestructuring22-expected.txt | 231 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'n…
|
D | varRedeclaration9-expected.txt | 269 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type '(…
|
D | varRedeclaration15-expected.txt | 274 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type '{…
|
D | varRedeclaration6-expected.txt | 294 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type '[…
|
/arkcompiler/runtime_core/tests/verifier-tests/ |
D | access_field_nomodifier_core.pa | 15 # - it must fail in Java if the class is nor inherited by current class, nor stays in the same pack…
|
123