| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | lang_specifics.h.erb | 34 return TypeRelationship::SAME; 49 if (relationship != TypeRelationship::SAME && class1.IsSamePackage(class2)) { 51 // SAME (same class) << NEIGHBOUR (same package) << DESCENDANT (subclass) << OTHER 56 // For non-java language context return TypeRelationship::SAME. 58 // checks only, and SAME helps to pass the access checks for non-java context. 59 return TypeRelationship::SAME;
|
| /arkcompiler/runtime_core/verification/ |
| D | TODO.txt | 3 …rification of method put under lock to exclude double verification at the same time, or make verif… 4 …(? is writing to the field at the same time from different thread same value needs to be synced, m… 20 - done Introduce the same mechanism in checkcast
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 53 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 54 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array… 330 …Object of type O is instance of type T if O is the same as T or is subtype of T. For arrays T shou… 331 …type in type hierarchy or T is such array that O array elements are the same or subtype of T array… 347 # O and T are of the same type, std object 353 # O and T are of the same type, custom object 359 # O and T are of the same type, string 364 # O and T are of the same type, type 393 # O and T are of the same type, both arrays, std object 401 # O and T are of the same type, both arrays, custom object [all …]
|
| D | checkcast.yaml | 245 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 289 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 346 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 390 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 448 … description: Object of type O can be cast to type T if O is the same as T or is subtype of T. 488 …Object of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can … 489 …s a root type in type hierarchy or T is such array that O array elements are the same or subtype of 526 …Object of type O can be cast to type T if O is the same as T or is subtype of T. For arrays O can … 527 …s a root type in type hierarchy or T is such array that O array elements are the same or subtype of 571 …s a root type in type hierarchy or T is such array that O array elements are the same or subtype of [all …]
|
| /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/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_runtime/ecmascript/tests/ |
| D | js_serializer_test.cpp | 70 EXPECT_TRUE(JSTaggedValue::SameValue(jsTrue, retTrue)) << "Not same value for JS_TRUE"; in JSSpecialValueTest() 72 EXPECT_TRUE(JSTaggedValue::SameValue(jsFalse, retFalse)) << "Not same value for JS_FALSE"; in JSSpecialValueTest() 77 …EXPECT_TRUE(JSTaggedValue::SameValue(jsUndefined, retUndefined)) << "Not same value for JS_UNDEFIN… in JSSpecialValueTest() 78 EXPECT_TRUE(JSTaggedValue::SameValue(jsNull, retNull)) << "Not same value for JS_NULL"; in JSSpecialValueTest() 79 EXPECT_TRUE(JSTaggedValue::SameValue(jsHole, retHole)) << "Not same value for JS_HOLE"; in JSSpecialValueTest() 279 EXPECT_TRUE(ecmaStringCode == resEcmaStringCode) << "Not same HashCode"; in EcmaStringTest1() 280 …EXPECT_TRUE(EcmaStringAccessor::StringsAreEqual(*ecmaString, *resEcmaString)) << "Not same EcmaStr… in EcmaStringTest1() 300 EXPECT_TRUE(ecmaStringCode == resEcmaStringCode) << "Not same HashCode"; in EcmaStringTest2() 301 …EXPECT_TRUE(EcmaStringAccessor::StringsAreEqual(*ecmaString, *resEcmaString)) << "Not same EcmaStr… in EcmaStringTest2() 316 EXPECT_TRUE(ecmaStringCode == resEcmaStringCode) << "Not same HashCode"; in EcmaStringTest3() [all …]
|
| D | js_map_iterator_test.cpp | 95 …eturned value through calling "GetIteratedMap" function from the JSMapIterator is the same with the 98 * the same with the changed value. 121 …ether the returned value through calling "GetNextIndex" function from the JSMapIterator is the same 123 …* calling "GetNextIndex" function from the JSMapIterator is the same with the changed va… 143 …* the returned value through calling "GetIterationKind" function is the same with JSTagg…
|
| /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 | 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/docs/ |
| 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 | 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 | coding-style.md | 16 6. Same parameter names in Method definitions and declarations. 55 14. switch and case on the same level
|
| 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/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/libpandabase/tests/ |
| D | hash_test.cpp | 138 // If we hash an object twice, it must return the same value 145 // If we hash a string twice, it must return the same value 152 // we should get the same result as we use a pointer to string as a raw memory.
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | common.cpp | 53 // IncI works on the same register. in CanConvertToIncI() 84 // Note: subi 3 is the same as inci v2, -3. in CanConvertToIncI()
|
| /arkcompiler/ets_frontend/test262/ |
| D | intl_skip_tests.json | 29 "intl402/String/prototype/localeCompare/returns-same-results-as-Collator.js", 30 "intl402/String/prototype/localeCompare/throws-same-exceptions-as-Collator.js",
|
| /arkcompiler/runtime_core/docs/diagrams/ |
| D | static-analyzer-report-generation.puactivity | 20 :Filter same warnings;
|
| /arkcompiler/ets_frontend/ts2panda/tests/statements/ |
| D | for.test.ts | 141 // check the instruction kinds are the same as we expect 183 // check the instruction kinds are the same as we expect 258 // check the instruction kinds are the same as we expect 333 // check the instruction kinds are the same as we expect
|
| /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/ets_frontend/es2panda/test/hotreload/add-dup-name-function/ |
| D | base_mod.js | 16 // Test scenario: add function which has same name as exits functions, es2abc can specify and throw…
|