| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | call.short.yaml | 50 .function void f1(%s) { 55 call.short f1%s 116 .function void f1(panda.String a0) { 121 call.short f1%s 154 .function void f1(%s) { 160 call.short f1%s 215 .function void f1() { 221 call.short f1 265 .function void f1(%s) { 270 call.short f1%s [all …]
|
| D | call.yaml | 51 .function void f1(%s) { 56 call f1%s 133 .function void f1(panda.String a0) { 138 call f1%s 171 .function void f1(%s) { 177 call f1%s 216 .function void f1() { 222 call f1 266 .function void f1(%s) { 271 call f1%s [all …]
|
| D | call.virt.range_base.yaml | 325 i32 f1 333 stobj a0, R.f1 351 ldobj v0, R.f1 360 i32[] f1 368 stobj.obj a0, R.f1 391 ldobj.obj v0, R.f1 400 i64[] f1 408 stobj.obj a0, R.f1 431 ldobj.obj v0, R.f1 441 i64 f1 [all …]
|
| D | call.range.yaml | 51 .function void f1(%s) { 56 call.range f1, v0 97 .function void f1(panda.String a0) { 102 call.range f1%s 132 .function void f1() { 136 call.range f1, %s 163 ….function void f1(i32 a0, i32 a1, i32 a2, i32 a3, i32 a4, i32 a5, i32 a6, i32 a7, i32 a8, i32 a9, … 167 call.range f1, v255 182 .function void f1(%s) { 188 call.range f1%s [all …]
|
| D | call.virt.yaml | 343 i32 f1 351 stobj a0, R.f1 368 ldobj v0, R.f1 377 i32[] f1 385 stobj.obj a0, R.f1 407 ldobj.obj v0, R.f1 416 i64[] f1 424 stobj.obj a0, R.f1 446 ldobj.obj v0, R.f1 456 i64 f1 [all …]
|
| D | call.virt.range.yaml | 231 i32 f1 238 stobj a0, R.f1 264 ldobj v1, R.f1 295 i32 f1 306 stobj a0, R.f1 382 ldobj v1, R.f1 453 f64 f1 468 stobj.64 v0, R.f1 678 ldobj.64 v2, R.f1 893 i32 f1 [all …]
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | osr_test.cpp | 124 call f1 128 .function i32 f1() { 175 call f1 179 .function void f1() { 219 call f1, v2 223 call f1, v2 227 .function i32 f1(i32 a0) { 299 …](const auto &event) { return event.caller == "_GLOBAL::main" && event.callee == "_GLOBAL::f1"; }); in TEST_F() 367 call f1, v1, v0 381 .function void f1(i32[] a0, i32 a1) { [all …]
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | aot.pa | 31 #! EVENT_NOT "AotEntrypointFound,Test::f1" 35 .function i32 Test.f1() { 85 call.short Test.f1
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_1702.pa | 14 .function void f1() { 20 call.short f1
|
| D | bug_1745.pa | 14 .function void f1(i32 a0) { 19 call.short f1, v7
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | exceptions-02.pa | 18 .function i32 f1() { 39 call f1
|
| D | obj-27.pa | 20 i32 f1 30 stobj v0, R.f1
|
| D | obj-26.pa | 20 i32 f1 29 ldobj v0, R.f1
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | stack_walker_test.cpp | 536 .function u1 f1() { in TEST_F() 544 call f1 in TEST_F() 567 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F() 570 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2… in TEST_F() 579 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::main|_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3… in TEST_F() 585 …runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3).… in TEST_F() 588 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f4|_GLOBAL::f1|_GLOBAL::f2).*"); in TEST_F() 600 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f1|_GLOBAL::f2|_GLOBAL::f3).*"); in TEST_F() 603 runner.GetCompilerOptions().SetCompilerRegex("(?!_GLOBAL::f1|_GLOBAL::f2).*"); in TEST_F() 627 .function i32 f1() { in TEST_F() [all …]
|
| D | method_test.cpp | 476 {".ctor", 9}, {"f1", 20}, {"main", 41}}; in StackTraceEntryPoint() 501 i32 f1 <static> # 5 in TEST_F() 505 ldstatic R2.f1 # 9 in TEST_F() 511 ststatic R2.f1 # 15 in TEST_F() 515 .function i32 f1() { # 19 in TEST_F() 517 ldstatic R2.f1 # 21 in TEST_F() 537 call f1 # 41 in TEST_F()
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | defect_scan_aux_test.cpp | 230 auto f1 = ds_test.CheckFunction("func2"); in main() local 231 TestHelper::ExpectEqual(f1->GetArgCount(), 5); in main() 232 size_t df_cnt1 = f1->GetDefinedFunctionCount(); in main() 234 TestHelper::ExpectTrue(ds_test.ContainDefinedFunction(f1, "func4")); in main() 348 auto f1 = abc_file->GetFunctionByName("foo1"); in main() local 349 size_t ci_cnt1 = f1->GetCalleeInfoCount(); in main() 351 auto ci1_0 = f1->GetCalleeInfoByIndex(0); in main() 354 auto ci1_1 = f1->GetCalleeInfoByIndex(1); in main() 357 auto ci1_2 = f1->GetCalleeInfoByIndex(2); in main() 454 auto f1 = abc_file->GetFunctionByName("#2#Data"); in main() local [all …]
|
| /arkcompiler/ets_frontend/testTs/expect/parser/ecmascript5/Generics/ |
| D | parserAmbiguityWithBinaryOperator1.txt | 1 …: 3}, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 0}, {'tag': 5, 'value': 'f1'}, {'tag': 2, 'value…
|
| /arkcompiler/ets_frontend/testTs/expect/salsa/ |
| D | typeFromJSInitializer2.txt | 1 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}…
|
| D | typeFromJSInitializer3.txt | 1 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-var-decl.js | 27 var f1 variable
|
| D | test-function-decl.js | 17 var f1 = function() { "asd" }, f10 function
|
| /arkcompiler/ets_frontend/testTs/expect/constEnums/ |
| D | constEnum3.txt | 1 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}…
|
| /arkcompiler/ets_frontend/testTs/expect/jsdoc/ |
| D | checkJsdocReturnTag1.txt | 2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}…
|
| D | jsdocReturnTag1.txt | 2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}…
|
| /arkcompiler/ets_frontend/testTs/expect/types/mapped/ |
| D | mappedTypes4.txt | 2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}…
|