Home
last modified time | relevance | path

Searched full:f1 (Results 1 – 25 of 93) sorted by relevance

1234

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.short.yaml50 .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 …]
Dcall.yaml51 .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 …]
Dcall.virt.range_base.yaml325 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 …]
Dcall.range.yaml51 .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 …]
Dcall.virt.yaml343 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 …]
Dcall.virt.range.yaml231 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/
Dosr_test.cpp124 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/
Daot.pa31 #! EVENT_NOT "AotEntrypointFound,Test::f1"
35 .function i32 Test.f1() {
85 call.short Test.f1
/arkcompiler/runtime_core/tests/verifier-tests/
Dbug_1702.pa14 .function void f1() {
20 call.short f1
Dbug_1745.pa14 .function void f1(i32 a0) {
19 call.short f1, v7
/arkcompiler/runtime_core/tests/cts-assembly/
Dexceptions-02.pa18 .function i32 f1() {
39 call f1
Dobj-27.pa20 i32 f1
30 stobj v0, R.f1
Dobj-26.pa20 i32 f1
29 ldobj v0, R.f1
/arkcompiler/runtime_core/runtime/tests/
Dstack_walker_test.cpp536 .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 …]
Dmethod_test.cpp476 {".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/
Ddefect_scan_aux_test.cpp230 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/
DparserAmbiguityWithBinaryOperator1.txt1 …: 3}, {'tag': 2, 'value': 0}, {'tag': 2, 'value': 0}, {'tag': 5, 'value': 'f1'}, {'tag': 2, 'value…
/arkcompiler/ets_frontend/testTs/expect/salsa/
DtypeFromJSInitializer2.txt1 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}…
DtypeFromJSInitializer3.txt1 {'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/
Dtest-var-decl.js27 var f1 variable
Dtest-function-decl.js17 var f1 = function() { "asd" }, f10 function
/arkcompiler/ets_frontend/testTs/expect/constEnums/
DconstEnum3.txt1 {'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/
DcheckJsdocReturnTag1.txt2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}…
DjsdocReturnTag1.txt2 {'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/
DmappedTypes4.txt2 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'f1'}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}…

1234