Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 25 of 168) sorted by relevance

1234567

/art/test/dexdump/
Dall.txt129 000454: 4400 0102 |0000: aget v0, v1, v2
130 000458: 4500 0102 |0002: aget-wide v0, v1, v2
131 00045c: 4600 0102 |0004: aget-object v0, v1, v2
132 000460: 4700 0102 |0006: aget-boolean v0, v1, v2
133 000464: 4800 0102 |0008: aget-byte v0, v1, v2
134 000468: 4900 0102 |000a: aget-char v0, v1, v2
135 00046c: 4a00 0102 |000c: aget-short v0, v1, v2
136 000470: 4b00 0102 |000e: aput v0, v1, v2
137 000474: 4c00 0102 |0010: aput-wide v0, v1, v2
138 000478: 4d00 0102 |0012: aput-object v0, v1, v2
[all …]
Dcheckers.txt80 0014c0: 1301 8004 |0006: const/16 v1, #int 1152 // #480
81 0014c4: 6e20 3a00 1000 |0008: invoke-virtual {v0, v1}, Landroid/view/Window…
82 0014ca: 1301 0008 |000b: const/16 v1, #int 2048 // #800
83 0014ce: 6e20 3b00 1000 |000d: invoke-virtual {v0, v1}, Landroid/view/Window…
87 0014e0: 1301 8008 |0016: const/16 v1, #int 2176 // #880
88 0014e4: 6e20 3a00 1000 |0018: invoke-virtual {v0, v1}, Landroid/view/Window…
89 0014ea: 1301 0004 |001b: const/16 v1, #int 1024 // #400
90 0014ee: 6e20 3b00 1000 |001d: invoke-virtual {v0, v1}, Landroid/view/Window…
107 001508: 6f20 0100 1000 |0000: invoke-super {v0, v1}, Landroid/app/Activity;…
124 001522: 1201 |0001: const/4 v1, #int 0 // #0
[all …]
/art/compiler/optimizing/
Dnodes_vector_test.cc123 HVecOperation* v1 = new (&allocator_) in TEST_F() local
133 EXPECT_TRUE(v1->Equals(v1)); in TEST_F()
138 EXPECT_TRUE(v0->Equals(v1)); in TEST_F()
143 EXPECT_TRUE(v1->Equals(v0)); // switch operands in TEST_F()
147 EXPECT_EQ(4u, v1->GetVectorLength()); in TEST_F()
153 EXPECT_EQ(Primitive::kPrimDouble, v1->GetType()); in TEST_F()
159 EXPECT_EQ(Primitive::kPrimInt, v1->GetPackedType()); in TEST_F()
165 EXPECT_EQ(16u, v1->GetVectorNumberOfBytes()); in TEST_F()
171 EXPECT_FALSE(v1->CanBeMoved()); in TEST_F()
180 HVecLoad* v1 = new (&allocator_) in TEST_F() local
[all …]
/art/runtime/interpreter/mterp/mips/
Dop_mul_long_2addr.S14 mul v1, a3, a0 # v1= a3a0
24 addu v1, v1, t1 # v1= a3a0 + hi(a2a0)
25 addu v1, v1, t2 # v1= v1 + a2a1;
29 SET_VREG64_GOTO(v0, v1, rOBJ, t1) # vA/vA+1 <- v0(low)/v1(high)
Dop_mul_long.S22 mul v1, a3, a0 # v1= a3a0
32 addu v1, v1, t1 # v1+= hi(a2a0)
33 addu v1, v1, t0 # v1= a3a0 + a2a1;
42 SET_VREG64_GOTO(v0, v1, a0, t0) # vAA/vAA+1 <- v0(low)/v1(high)
Dop_shl_long_2addr.S15 andi v1, a2, 0x20 # shift< shift & 0x20
17 bnez v1, .L${opcode}_finish
18 not v1, a2 # rhi<- 31-shift (shift is 5b)
20 srl a0, v1 # alo<- alo >> (32-(shift&31))
21 sll v1, a1, a2 # rhi<- ahi << (shift&31)
22 or v1, a0 # rhi<- rhi | alo
23 SET_VREG64_GOTO(v0, v1, rOBJ, t0) # vA/vA+1 <- v0/v1
Dop_shl_long.S19 andi v1, a2, 0x20 # shift< shift & 0x20
21 bnez v1, .L${opcode}_finish
22 not v1, a2 # rhi<- 31-shift (shift is 5b)
24 srl a0, v1 # alo<- alo >> (32-(shift&31))
25 sll v1, a1, a2 # rhi<- ahi << (shift&31)
26 or v1, a0 # rhi<- rhi | alo
27 SET_VREG64_GOTO(v0, v1, t2, t0) # vAA/vAA+1 <- v0/v1
/art/test/800-smali/smali/
Db_23300986.smali8 move-object v1, v2 # Copy parameter into v1, establishing an alias.
9 monitor-exit v1 # Unlock on alias
11 monitor-exit v1
17 move-object v1, v2 # Copy parameter into v1, establishing an alias.
19 monitor-exit v1 # Unlock on alias
21 monitor-exit v1
DBadCaseInOpRegRegReg.smali8 const/4 v1, 0x1
9 add-int/2addr v0, v1
10 add-int/lit8 v1, v0, 0x1
11 mul-int v0, v1, v0
Db_18718277.smali14 const/4 v1, 3
15 invoke-static {v1}, LB18718277;->helper(I)I
18 if-eqz v1, :exit_outer_loop
25 add-int/lit8 v1, v1, -1
Db_27799205_2.smali13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
15 const v1, 0
32 # Test aput: v0[v2] = v1.
33 aput v1, v0, v2
Db_27799205_1.smali13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
15 const v1, 0
32 # Test aput: v0[v2] = v1.
33 aput-object v1, v0, v2
/art/test/563-checker-fakestring/smali/
DTestCase.smali28 # Create new instance of String and store it to v0, v1, v2.
30 move-object v1, v0
33 # Call String.<init> on v1.
35 invoke-direct {v1, p0, v3}, Ljava/lang/String;-><init>([BLjava/lang/String;)V
54 move-result-object v1
57 if-ne v0, v1, :return
60 const v1, 0x0
62 invoke-direct {v0, v1, v2}, Ljava/lang/String;-><init>([BLjava/lang/String;)V
87 const v1, 0x1
92 aget v1, p0, v1 # v1 = int_array[0x1]
[all …]
/art/test/972-default-imt-collision/smali/
DKlass.smali293 const-string v1, "FAILED TO THROW AbstractMethodError when calling notImplementedMethod0!"
294 invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V
304 const-string v1, "FAILED TO THROW AbstractMethodError when calling notImplementedMethod1!"
305 invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V
315 const-string v1, "FAILED TO THROW AbstractMethodError when calling notImplementedMethod2!"
316 invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V
326 const-string v1, "FAILED TO THROW AbstractMethodError when calling notImplementedMethod3!"
327 invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V
337 const-string v1, "FAILED TO THROW AbstractMethodError when calling notImplementedMethod4!"
338 invoke-virtual {v0, v1}, Ljava/io/PrintStream;->println(Ljava/lang/Object;)V
[all …]
/art/test/457-regs/smali/
DPhiLiveness.smali22 const/4 v1, 0x1
24 if-eq v1, v0, :else
34 const/4 v1, 0x1
36 if-eq v1, v0, :else
46 const/4 v1, 0x1
48 if-eq v1, v0, :else
58 const/4 v1, 0x1
60 if-eq v1, v0, :else
61 move v2, v1
70 const/4 v1, 0x1
[all …]
/art/test/088-monitor-verification/smali/
DOK.smali8 invoke-static {v1, v2}, LOK;->runNoMonitors(Ljava/lang/Object;Ljava/lang/Object;)V
10 invoke-static {v1, v2}, LOK;->runStraightLine(Ljava/lang/Object;Ljava/lang/Object;)V
12 invoke-static {v1, v2}, LOK;->runBalancedJoin(Ljava/lang/Object;Ljava/lang/Object;)V
34 monitor-enter v1 # 1
38 monitor-exit v1 # 1
49 monitor-enter v1 # 1
64 monitor-exit v1 # 1
DNullLocks.smali14 const v1, 0 # Another null. This should be detected as an alias, such that the exit
16 monitor-exit v1
19 monitor-exit v1
21 monitor-enter v1
/art/test/432-optimizing-cmp/smali/
Dcmp.smali7 cmp-long v0, v1, v3
13 cmpg-float v0, v1, v2
19 cmpl-float v0, v1, v2
25 cmpg-double v0, v1, v3
31 cmpl-double v0, v1, v3
/art/test/955-methodhandles-smali/smali/
DMain.smali31 move-result-object v1
32 return-object v1
48 move-result-object v1
49 return-object v1
57 move-result-object v1
60 …invoke-static {v1, v1}, Ljava/lang/invoke/MethodType;->methodType(Ljava/lang/Class;Ljava/lang/Clas…
64 …invoke-static {v1, v0, v2}, LMain;->getHandleForVirtual(Ljava/lang/Class;Ljava/lang/String;Ljava/l…
73 const-wide v1, 0
74 invoke-direct {v0, v1, v2}, Ljava/lang/Long;-><init>(J)V
79 sget-object v1, Ljava/lang/Integer;->TYPE:Ljava/lang/Class;
[all …]
/art/test/536-checker-intrinsic-optimization/smali/
DSmaliTests.smali41 sget-boolean v1, LMain;->doThrow:Z
42 if-eqz v1, :doThrow_false
43 new-instance v1, Ljava/lang/Error;
44 invoke-direct {v1}, Ljava/lang/Error;-><init>()V
45 throw v1
55 move-result v1
56 return v1
61 const/4 v1, 0x0
62 return v1
/art/test/412-new-array/smali/
Dfilled_new_array.smali7 filled-new-array {v1, v2, v3}, [I
14 filled-new-array {v1, v2}, [Ljava/lang/Object;
21 filled-new-array {v1, v2}, [[I
28 filled-new-array/range {v1 .. v3}, [I
35 filled-new-array/range {v1 .. v2}, [Ljava/lang/Object;
42 filled-new-array/range {v1 .. v2}, [[I
/art/test/452-multiple-returns2/smali/
DMultipleReturns.smali29 const/4 v1, 0x1
30 if-eq v1, v0, :else
31 if-eq v1, v0, :else2
36 if-eq v1, v0, :else3
37 const/4 v1, 0x3
39 return v1
/art/test/460-multiple-returns3/smali/
DMultipleReturns.smali29 const/4 v1, 0x1
30 if-eq v1, v0, :else
31 if-eq v1, v0, :else2
36 if-eq v1, v0, :else3
37 const/4 v1, 0x1
39 return v1
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali33 const v1, 0x1
36 add-float v2, v0, v1 # float use fixes type
61 const v1, 0x1
64 add-float v2, v0, v1 # float use fixes type
91 const v1, 0x1
94 add-int v2, v0, v1 # int use fixes type
122 const v1, 0x1
125 aput v0, p0, v1 # aput does not disambiguate the type
152 const v1, 0x1
155 aput v0, p0, v1
[all …]
/art/test/458-checker-instruct-simplification/smali/
DSmaliTests.smali32 const v1, 0x5
34 const v1, 0x3
36 return v1
54 const v1, 0x5
56 const v1, 0x3
58 return v1
76 const v1, 0x3
78 const v1, 0x5
80 return v1
98 const v1, 0x3
[all …]

1234567