Home
last modified time | relevance | path

Searched full:check (Results 1 – 25 of 2520) sorted by relevance

12345678910>>...101

/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_symbol/
Dexpected_output.txt14 [trace] Check Type: ProtoTypeChanged2
15 [trace] Check Type: InconsistentHClass8
16 [trace] Check Type: InconsistentHClass13
17 [trace] Check Type: InconsistentHClass8
18 [trace] Check Type: InconsistentHClass13
19 [trace] Check Type: InconsistentHClass8
20 [trace] Check Type: InconsistentHClass13
21 [trace] Check Type: InconsistentHClass8
22 [trace] Check Type: InconsistentHClass13
23 [trace] Check Type: InconsistentHClass8
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator.h99 #define CHECK(Opc, Getter) … in Compare() macro
104 CHECK(Cast, GetOperandsType) in Compare()
105 CHECK(Cmp, GetOperandsType) in Compare()
107 CHECK(Compare, GetCc) in Compare()
108 CHECK(Compare, GetOperandsType) in Compare()
110 CHECK(If, GetCc) in Compare()
111 CHECK(If, GetOperandsType) in Compare()
113 CHECK(IfImm, GetCc) in Compare()
114 CHECK(IfImm, GetImm) in Compare()
115 CHECK(IfImm, GetOperandsType) in Compare()
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerUnreachable.cpp21 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
26 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in ark::es2panda::checker::ETSAnalyzer
31 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in ark::es2panda::checker::ETSAnalyzer
36 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check() function in ark::es2panda::checker::ETSAnalyzer
41 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
46 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
51 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
56 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
61 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
66 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSScript *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
[all …]
DTSAnalyzerUnreachable.cpp21 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
26 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
31 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
36 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
41 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
46 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
51 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
56 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
61 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
66 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TemplateElement *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dfloatcast-test-0.pa16 # f32toi32 (NaN to 0 check)
22 # f64toi64 (NaN to 0 check)
28 # f32tou32 (NaN to 0 check)
34 # f64tou64 (NaN to 0 check)
40 # f32toi64 (NaN to 0 check)
46 # f32tou64 (NaN to 0 check)
52 # f32toi32 (MAX_INT32 + 1F to MAX_INT32 check)
58 # f32toi32 (MIN_INT32 + 1F to MIN_INT32 (0x80000000) check)
66 # f32tou32 (MAX_UINT32 + 1F to MAX_UINT32 check)
72 # f32tou32 (-1 to 0 check)
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfcmpg.64.yaml30 description: Check fcmpg.64 compares zero with other zero values.
36 check-type: check-positive
57 description: Check fcmpg.64 compares NaN values.
60 # test - check binary representation and comparison of FP literals - NaN
64 check-type: check-acc-1
81 description: Check fcmpg.64 compares NaN with +Inf
85 description: Check fcmpg.64 compares NaN with -Inf
93 description: Check fcmpg.64 compares NaN with various values.
96 # test - check comparison of NaN with values
100 check-type: check-acc-1
[all …]
Dfcmpl.yaml30 description: Check fcmpl compares zero with other zero values.
37 check-type: check-positive
61 # test - check binary representation and comparison of FP literals - NaN
65 check-type: check-acc-minus-1
66 description: Check fcmpl compares NaN values.
83 description: Check fcmpl compares NaN with +Inf
87 description: Check fcmpl compares NaN with -Inf
97 description: Check fcmpl compares NaN with various values.
99 # test - check comparison of NaN with values
103 check-type: check-acc-minus-1
[all …]
Dfcmpl.64.yaml30 description: Check fcmpl.64 compares zero with other zero values.
36 check-type: check-positive
59 # test - check binary representation and comparison of FP literals - NaN
63 check-type: check-acc-minus-1
64 description: Check fcmpl.64 compares NaN values.
81 description: Check fcmpl.64 compares NaN with +Inf
85 description: Check fcmpl.64 compares NaN with -Inf
93 description: Check fcmpl.64 compares NaN with various values.
96 # test - check comparison of NaN with values
100 check-type: check-acc-minus-1
[all …]
Dfcmpg.yaml30 description: Check fcmpg compares zero with other zero values.
37 check-type: check-positive
59 description: Check fcmpg compares NaN values.
62 # test - check binary representation and comparison of FP literals - NaN
66 check-type: check-acc-1
83 description: Check fcmpg compares NaN with +Inf
87 description: Check fcmpg compares NaN with -Inf
96 description: Check fcmpg compares NaN with various values.
99 # test - check comparison of NaN with values
103 check-type: check-acc-1
[all …]
Dlda.obj.yaml29 check-type: none
34 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc).
44 …description: Check lda.obj moves register content into accumulator (references to various type of …
103 # Check lda.obj for string
117 # Check lda.obj for type
134 description: Check lda.obj moves register content into accumulator (null reference).
135 check-type: none
139 # Check lda.obj for null
152 description: Check lda.obj with various register numbers.
159 check-type: none
[all …]
Dcall.short.yaml43 description: Check that 'call.short' supports up to 2 arguments.
52 check-type: exit-positive
109 description: Check that 'call.short' works with String object.
118 check-type: exit-positive
147 description: Verifier should check usage of uninitialized arguments passed to function.
157 check-type: exit-positive
175 description: Check usage of uninitialized register in function frame.
178 description: Check usage of uninitialized register in function frame.
181 description: Check usage of uninitialized accumulator in function frame.
187 description: Check if one of registers in 'call.short' is uninitialized.
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfcmpg.64.yaml30 description: Check fcmpg.64 compares zero with other zero values.
36 check-type: check-positive
57 description: Check fcmpg.64 compares NaN values.
60 # test - check binary representation and comparison of FP literals - NaN
64 check-type: check-acc-1
81 description: Check fcmpg.64 compares NaN with +Inf
85 description: Check fcmpg.64 compares NaN with -Inf
93 description: Check fcmpg.64 compares NaN with various values.
96 # test - check comparison of NaN with values
100 check-type: check-acc-1
[all …]
Dfcmpl.yaml30 description: Check fcmpl compares zero with other zero values.
37 check-type: check-positive
61 # test - check binary representation and comparison of FP literals - NaN
65 check-type: check-acc-minus-1
66 description: Check fcmpl compares NaN values.
83 description: Check fcmpl compares NaN with +Inf
87 description: Check fcmpl compares NaN with -Inf
97 description: Check fcmpl compares NaN with various values.
99 # test - check comparison of NaN with values
103 check-type: check-acc-minus-1
[all …]
Dfcmpg.yaml30 description: Check fcmpg compares zero with other zero values.
37 check-type: check-positive
59 description: Check fcmpg compares NaN values.
62 # test - check binary representation and comparison of FP literals - NaN
66 check-type: check-acc-1
83 description: Check fcmpg compares NaN with +Inf
87 description: Check fcmpg compares NaN with -Inf
96 description: Check fcmpg compares NaN with various values.
99 # test - check comparison of NaN with values
103 check-type: check-acc-1
[all …]
Dfcmpl.64.yaml30 description: Check fcmpl.64 compares zero with other zero values.
36 check-type: check-positive
59 # test - check binary representation and comparison of FP literals - NaN
63 check-type: check-acc-minus-1
64 description: Check fcmpl.64 compares NaN values.
81 description: Check fcmpl.64 compares NaN with +Inf
85 description: Check fcmpl.64 compares NaN with -Inf
93 description: Check fcmpl.64 compares NaN with various values.
96 # test - check comparison of NaN with values
100 check-type: check-acc-minus-1
[all …]
Dlda.obj.yaml30 check-type: none
35 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc).
45 …description: Check lda.obj moves register content into accumulator (references to various type of …
104 # Check lda.obj for string
118 # Check lda.obj for type
136 check-type: none
142 # Check lda.obj for different type of arguments (empty object, with fields, statics, etc).
152 …description: Check lda.obj moves register content into accumulator (references to various type of …
185 description: Check lda.obj moves register content into accumulator (null reference).
186 check-type: none
[all …]
Dcheckcast.yaml46 title: Check cast
58 description: Check that null object reference can be cast to any type
63 check-type: empty
71 jnez.obj set_failure # check that acc == null
100 description: Check that null object reference can be cast to any type
106 check-type: empty
116 jnez.obj set_failure # check that acc == null
150 description: Check that null object reference can be cast to any array type
155 check-type: empty
164 jnez.obj set_failure # check that acc == null
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/forUpdate/
Dfor-update-continue-break-head-decl-head-body-outer-expected.txt1 check enter loop, len == 6: true
2 check enter loop, len == 6: true
3 check enter loop, len == 6: true
4 check enter loop, len == 6: true
5 check enter loop, len == 6: true
6 check exit loop, len == 6: true
Dfor-update-continue-break-head-decl-body-outer-expected.txt1 check enter loop, len == 6: true
2 check enter loop, len == 6: true
3 check enter loop, len == 6: true
4 check enter loop, len == 6: true
5 check enter loop, len == 6: true
6 check exit loop, len == 6: true
Dfor-update-continue-break-body-decl-body-outer-expected.txt1 check enter loop, len == 6: true
2 check enter loop, len == 6: true
3 check enter loop, len == 6: true
4 check enter loop, len == 6: true
5 check enter loop, len == 6: true
6 check exit loop, len == 6: true
Dfor-update-continue-break-body-decl-head-body-outer-expected.txt1 check enter loop, len == 6: true
2 check enter loop, len == 6: true
3 check enter loop, len == 6: true
4 check enter loop, len == 6: true
5 check enter loop, len == 6: true
6 check exit loop, len == 6: true
Dfor-update-continue-break-head-body-decl-head-body-outer-expected.txt1 check enter loop, len == 6: true
2 check enter loop, len == 6: true
3 check enter loop, len == 6: true
4 check enter loop, len == 6: true
5 check enter loop, len == 6: true
6 check exit loop, len == 6: true
Dfor-update-continue-break-head-body-decl-body-outer-expected.txt1 check enter loop, len == 6: true
2 check enter loop, len == 6: true
3 check enter loop, len == 6: true
4 check enter loop, len == 6: true
5 check enter loop, len == 6: true
6 check exit loop, len == 6: true
/arkcompiler/ets_runtime/test/moduletest/mapget/
Dmapget.js43 function check(key) { function
56 check(intKey);
59 check(0);
60 check(1);
61 check(1 << 30);
62 check((1 << 30) - 1);
63 check(-1);
64 check(1.5);
65 check(-1.5);
66 check(Number.EPSILON);
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/std/core/
DGoodRadixTest.sts18 …failures += test(checkGoodRadix(Double.POSITIVE_INFINITY, 2, "Infinity"), "Check Positive Infinity…
19 …failures += test(checkGoodRadix(Double.NEGATIVE_INFINITY, 2, "-Infinity"), "Check Negatibe Infinit…
20 failures += test(checkGoodRadix(Double.NaN, 2, "NaN"), "Check Nan with radix 2");
22 …failures += test(checkGoodRadix(Double.POSITIVE_INFINITY, 8, "Infinity"), "Check Positive Infinity…
23 …failures += test(checkGoodRadix(Double.NEGATIVE_INFINITY, 8, "-Infinity"), "Check Negatibe Infinit…
24 failures += test(checkGoodRadix(Double.NaN, 8, "NaN"), "Check Nan with radix 8");
26 …failures += test(checkGoodRadix(Double.POSITIVE_INFINITY, 10, "Infinity"), "Check Positive Infinit…
27 …failures += test(checkGoodRadix(Double.NEGATIVE_INFINITY, 10, "-Infinity"), "Check Negatibe Infini…
28 failures += test(checkGoodRadix(Double.NaN, 10, "NaN"), "Check Nan with radix 10");
30 …failures += test(checkGoodRadix(Double.POSITIVE_INFINITY, 16, "Infinity"), "Check Positive Infinit…
[all …]

12345678910>>...101