Home
last modified time | relevance | path

Searched full:cctor (Results 1 – 25 of 48) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-assembly/
Dobj-31.pa14 # check that ldstatic triggers cctor
20 .function void R.cctor() <cctor> {
26 # check cctor
Dobj-32.pa14 # check that ststatic triggers cctor
24 .function void R1.cctor() <cctor> {
Dobj-34.pa14 # check that ld.type doesn't trigger cctor
22 .function void R1.cctor() <cctor> {
Dobj-35.pa14 # check that isinstance doesn't trigger cctor
22 .function void R1.cctor() <cctor> {
Dinitobj-04.pa14 # Assert that initobj.short triggers cctor
20 .function void R.cctor() <cctor> {
Dobj-33.pa14 # check that call triggers cctor
24 .function void R1.cctor() <cctor> {
Dobj-36.pa14 # check that checkcast doesn't trigger cctor
22 .function void R1.cctor() <cctor> {
Dinitobj-06.pa14 # Assert that initobj.range triggers cctor
20 .function void R.cctor() <cctor> {
Dinitobj-05.pa14 # Assert that initobj triggers cctor
20 .function void R.cctor() <cctor> {
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dnewobj.yaml1147 .function void Z.cctor() <cctor> {
1159 jnez exit_failure # Z.cctor must not be called yet
1164 jne v1, exit_failure # Z.cctor must be called
1193 .function void Z.cctor() <cctor> {
1205 jnez exit_failure # Z.cctor must not be called yet
1210 jne v1, exit_failure # Z.cctor must be called
Dinitobj.range.yaml449 .function void R.cctor() <cctor> {
455 initobj.range R.cctor, v255
459 .function void R.cctor(i32 a0) <cctor> {
465 initobj.range R.cctor, v1
471 .function void R.cctor(R a0, i32 a1) <cctor> {
479 initobj.range R.cctor, v0
482 .function void R.cctor(R a0, i32 a1) <cctor> {
488 initobj.range R.cctor, v1
679 .function void R.cctor() <cctor> {
685 initobj.range R.cctor, v1
[all …]
Djnez.yaml345 .function void R.cctor() <cctor> {
Djgtz.yaml354 .function void R.cctor() <cctor> {
Djeqz.yaml344 .function void R.cctor() <cctor> {
Dinitobj.short.yaml430 .function void R.cctor() <cctor> {
433 - initobj.short R.cctor
437 .function void R.cctor2(i32 a0) <cctor> {
560 .function void R.cctor() <cctor> {
563 - initobj.short R.cctor
567 .function void R.cctor(R a0, i32 a1) <cctor> {
573 initobj.short R.cctor, v1
3597 .function void R.cctor() <cctor> {
3628 .function void R.cctor() <cctor> {
Djltz.yaml357 .function void R.cctor() <cctor> {
Djgez.yaml414 .function void R.cctor() <cctor> {
Dststatic.64.yaml407 .function void R.func() <cctor> {
475 .function void R.func() <cctor> {
Djlez.yaml419 .function void R.cctor() <cctor> {
Dinitobj.yaml497 .function void R.cctor() <cctor> {
500 - initobj R.cctor
504 .function void R.cctor2(i32 a0) <cctor> {
627 .function void R.cctor() <cctor> {
630 - initobj R.cctor
634 .function void R.cctor(R a0, i32 a1) <cctor> {
640 initobj R.cctor, v1
3821 .function void R.cctor() <cctor> {
3852 .function void R.cctor() <cctor> {
Dldstatic.64.yaml402 .function void R.func() <cctor> {
469 .function void R.func() <cctor> {
Dststatic.yaml409 .function void R.func() <cctor> {
477 .function void R.func() <cctor> {
/arkcompiler/runtime_core/disassembler/tests/sources/
Dmeta.pa20 .function u1 A.CCC(u1 a0) <cctor> {}
/arkcompiler/runtime_core/assembler/
Dmetadata.yaml53 - name: cctor
/arkcompiler/runtime_core/disassembler/tests/
Dmetadata_test.cpp.in38 … EXPECT_TRUE(prog.find(".function u1 A._cctor_(u1 a0) <cctor, static> {\n}") != std::string::npos);

12