Home
last modified time | relevance | path

Searched full:same (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/arkcompiler/runtime_core/verification/gen/templates/
Dlang_specifics.h.erb34 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/
DTODO.txt3 …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/
Disinstance.yaml53 …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 …]
Dcheckcast.yaml245 … 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/
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/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_runtime/ecmascript/tests/
Djs_serializer_test.cpp70 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 …]
Djs_map_iterator_test.cpp95 …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/
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 (
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/docs/
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
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 …
Dcoding-style.md16 6. Same parameter names in Method definitions and declarations.
55 14. switch and case on the same level
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/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/libpandabase/tests/
Dhash_test.cpp138 // 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/
Dcommon.cpp53 // 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/
Dintl_skip_tests.json29 "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/
Dstatic-analyzer-report-generation.puactivity20 :Filter same warnings;
/arkcompiler/ets_frontend/ts2panda/tests/statements/
Dfor.test.ts141 // 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/
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/ets_frontend/es2panda/test/hotreload/add-dup-name-function/
Dbase_mod.js16 // Test scenario: add function which has same name as exits functions, es2abc can specify and throw…

12345678910>>...14