Home
last modified time | relevance | path

Searched refs:same (Results 1 – 25 of 69) sorted by relevance

123

/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md26 --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/
Dtest262skiplist.txt752 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/
Dtest_decorator3-expected.txt1 SyntaxError: Decorators cannot be applied to multiple get/set accessors of the same name. [test_dec…
/arkcompiler/runtime_core/compiler/docs/
Dinterface_inline_cache.md11 * 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
Daot_resolve_string.md7 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 (
Ddeoptimize_elimination_doc.md29 …`NOP` all `DeoptimizeIf` instruction which is dominated by current instruction and have same input.
Dreg_alloc_graph_coloring_doc.md23 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/
Dgraph_comparator.h224 bool same = false; in Compare() local
228same = 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/
Druntime-debug-api.md11 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…
Don-stack-replacement.md5 …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 …
Drationale-for-bytecode.md36 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
Dirtoc.md23 has keyword with the same name `Add` and with same signature:
/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md56 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/
Dstatic-analyzer-report-generation.puactivity20 :Filter same warnings;
Dgc-mark.puactivity24 if (The object is a Reference object in the same generation space with reference) then(Yes)
/arkcompiler/runtime_core/tests/cts-assembly/
Dobj-18.pa14 # Compare a non-null object against another non-null object of the same type
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DvarRedeclaration1-expected.txt130 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'a…
DvarRedeclaration2-expected.txt144 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'n…
DvarRedeclaration4-expected.txt156 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'n…
DvarRedeclaration3-expected.txt158 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'n…
DarrayDestructuring22-expected.txt231 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type 'n…
DvarRedeclaration9-expected.txt269 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type '(…
DvarRedeclaration15-expected.txt274 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type '{…
DvarRedeclaration6-expected.txt294 TypeError: Subsequent variable declaration must have the same type. Variable 'a' must be of type '[…
/arkcompiler/runtime_core/tests/verifier-tests/
Daccess_field_nomodifier_core.pa15 # - it must fail in Java if the class is nor inherited by current class, nor stays in the same pack…

123