/arkcompiler/ets_runtime/test/typeinfer/callirangedyn/ |
D | callirangedyn.ts | 21 v3:boolean; 23 constructor(v1:number, v2:string, v3:boolean, v4:number) { 26 this.v3 = v3; 30 function foo(v1:number, v2:string, v3:boolean, v4:number):A 32 let a = new A(v1, v2, v3, v4);
|
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
D | array.pa | 20 movi v3, 0x3 21 lda v3 31 starr v2, v3 34 mov v3, v0 35 jump_label_1: lda v3 37 lda v3 41 lda v3 44 mov v3, v0 56 movi v3, 0 57 starr.obj v1, v3 [all …]
|
D | barriers.pa | 57 mov v3, v0 59 lda v3 61 initobj.short object.ctor, v3 62 starr.obj v2, v3 63 inci v3, 0x1 70 sta.obj v3 71 ldobj.v.obj v3, v3, object.array 73 ldarr.obj v3 74 sta.obj v3 75 ldobj.v v3, v3, object_array_elem.value [all …]
|
D | static.pa | 23 movi v3, 0 25 starr v0, v3 26 movi v3, 1 28 starr v0, v3 35 lda v3
|
/arkcompiler/runtime_core/tests/benchmarks/ |
D | bitops-3bit-bits-in-byte.pa | 23 movi v3, 0 #sum 33 add2 v3 34 sta v3 43 lda v3 58 sta v3 59 shr v2, v3 65 sta v3 66 shr v2, v3 73 sta v3 74 shr v2, v3
|
D | math-spectral-norm.pa | 27 fmovi.64 v3, 0.0 #total 33 fadd2.64 v3 34 sta.64 v3 40 lda.64 v3 58 newarr v3, v0, f64[] #v 71 fstarr.64 v3, v6 80 call AtAu, v1, v3, v2, v1 81 call AtAu, v3, v1, v2, v1 94 fldarr.64 v3 99 fldarr.64 v3 [all …]
|
D | access-nbody.pa | 36 fmovi.64 v3, 3.141592653589793 38 fmul2.64 v3 39 fmul2.64 v3 57 movi v3, 0 59 starr.obj v4, v3 60 inci v3, 1 62 starr.obj v4, v3 63 inci v3, 1 65 starr.obj v4, v3 66 inci v3, 1 [all …]
|
D | controlflow-recursive.pa | 23 movi v3, 0 #result 30 add2 v3 31 sta v3 36 add2 v3 37 sta v3 50 add2 v3 51 sta v3 56 lda v3 88 movi v3, 1 89 call.short ack, v0, v3 [all …]
|
D | access-nsieve.pa | 34 movi v3, 1 #loop_counter 39 shl2 v3 48 inci v3, 1 49 lda v3 59 movi v3, 2 #loop_counter 66 inci v3, 1 67 lda v3 73 lda v3 74 add2 v3 81 add2 v3
|
D | bitops-nsieve-bits.pa | 24 sta.obj v3 #array 27 lenarr v3 32 ldarr v3 55 newarr v3, v2, i32[] 56 call primes, v3, a0, a1, v0 62 sta v3 #m 68 jeq v3, loop_exit 91 jge v3, loop2_exit
|
/arkcompiler/ets_frontend/es2panda/test/bytecode/commonjs/ |
D | test-commonjs-main-func-args-expected.txt | 27 sta v3 29 stownbyindex 0x5, v3, 0x0 31 stownbyindex 0x7, v3, 0x1 33 stownbyindex 0x9, v3, 0x2 35 stownbyindex 0xb, v3, 0x3 37 stownbyindex 0xd, v3, 0x4 39 callthis3 0xf, v0, v2, a3, v3
|
/arkcompiler/runtime_core/tests/cts-assembly/ |
D | oom-02.pa | 57 sta.obj v3 58 call Object.createNonMovable, v3 60 sta.obj v3 61 call.short A.ctor, v3 62 mov.obj v6, v3 72 stobj.v.obj v4, v3, A.next 73 mov.obj v3, v4
|
D | arrays-03.pa | 62 sta.64 v3 65 fsub2.64 v3 66 sta.64 v3 67 call.short abs, v3, v3 68 sta.64 v3 70 fcmpl.64 v3
|
D | arrays-04.pa | 62 sta v3 65 fsub2 v3 66 sta v3 67 call.short abs, v3, v3 68 sta v3 70 fcmpl v3
|
D | oom-01.pa | 57 sta.obj v3 58 call Object.createNonMovable, v3 60 sta.obj v3 61 call.short A.ctor, v3 62 mov.obj v6, v3 72 stobj.v.obj v4, v3, A.next 73 mov.obj v3, v4
|
D | tst-compare.pa | 165 movi v3, 0x0 175 call.short testVarSmallImmEqZeroI32, v3 179 call.short testVarSmallImmNeZeroI32, v3 183 call.short testVarLargeImmEqZeroI32, v3 187 call.short testVarLargeImmNeZeroI32, v3 195 movi.64 v3, 0x0 205 call.short testVarSmallImmEqZeroI64, v3 209 call.short testVarSmallImmNeZeroI64, v3 213 call.short testVarLargeImmEqZeroI64, v3 217 call.short testVarLargeImmNeZeroI64, v3
|
/arkcompiler/runtime_core/assembler/samples/ |
D | Bubblesort.pa | 52 sta v3 55 lda v3 60 call swap, a0, v5, v3, v0 63 lda v3 76 sta v3 80 lda v3
|
/arkcompiler/ets_runtime/test/typeinfer/callargs3dyn/ |
D | callargs3dyn.ts | 18 function foo(v1:number, v2:number, v3:number):number[] 20 let arr:number[] = [v1, v2, v3];
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | inferenceOptionalPropertiesStrict.ts | 65 let v3: Partial<{ a: string, b: string }>; variable 66 AssertType(v3, "Partial<{ a: string; b: string; }>"); 70 let v3: { a?: string, b?: string }; variable 71 AssertType(v3, "Partial<{ a: string; b: string; }>");
|
D | inferenceOptionalProperties.ts | 65 let v3: Partial<{ a: string, b: string }>; variable 66 AssertType(v3, "Partial<{ a: string; b: string; }>"); 70 let v3: { a?: string, b?: string }; variable 71 AssertType(v3, "Partial<{ a: string; b: string; }>");
|
D | capturedLetConstInLoop4.ts | 23 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8, "string"); 24 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7, "string"); 25 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6, "string"); 26 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5, "string"); 27 AssertType(v0 + v00 + v1 + v2 + v3 + v4, "string"); 28 AssertType(v0 + v00 + v1 + v2 + v3, "string"); 36 AssertType(v3, "any"); 42 return v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8; 128 let v3 = x; variable 129 AssertType(v3, "any"); [all …]
|
D | capturedLetConstInLoop4_ES6.ts | 23 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8, "string"); 24 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7, "string"); 25 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6, "string"); 26 AssertType(v0 + v00 + v1 + v2 + v3 + v4 + v5, "string"); 27 AssertType(v0 + v00 + v1 + v2 + v3 + v4, "string"); 28 AssertType(v0 + v00 + v1 + v2 + v3, "string"); 36 AssertType(v3, "any"); 42 return v0 + v00 + v1 + v2 + v3 + v4 + v5 + v6 + v7 + v8; 128 let v3 = x; variable 129 AssertType(v3, "any"); [all …]
|
/arkcompiler/ets_runtime/test/typeinfer/es2abc_feature/arrow_function/ |
D | arrow_function.ts | 22 let combine = (v1:number, v2:number, v3:number):number[] => { 23 let arr:number[] = [v1, v2, v3];
|
/arkcompiler/runtime_core/tests/checked/ |
D | ldarray_obj.pa | 32 movi.64 v3, 0 33 starr.64 v1, v3 35 movi v3, 1 36 starr.64 v1, v3
|
/arkcompiler/runtime_core/tests/verifier-tests/ |
D | issue_1981.pa | 35 movi v3, 123 36 newarr v3, v3, i32[] 38 call.virt A.func, v0, v1, v2, v3
|