Home
last modified time | relevance | path

Searched refs:v0 (Results 1 – 25 of 2112) sorted by relevance

12345678910>>...85

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
DT_invoke_virtual_range_2.d29 const v0, 10
30 if-ne v0, v10, Label0
31 const v0, 9
32 if-ne v0, v9, Label0
33 const v0, 8
34 if-ne v0, v8, Label0
35 const v0, 7
36 if-ne v0, v7, Label0
37 const v0, 6
38 if-ne v0, v6, Label0
[all …]
DTSuper.d30 const v0, 5
31 return v0
36 float-to-int v0, v2
37 return v0
45 const v0, 5
46 return v0
51 const v0, 5
52 return v0
57 const v0, 5
58 return v0
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_static_range/d/
DT_invoke_static_range_4.d28 const v0, 10
29 if-ne v0, v10, Label0
30 const v0, 9
31 if-ne v0, v9, Label0
32 const v0, 8
33 if-ne v0, v8, Label0
34 const v0, 7
35 if-ne v0, v7, Label0
36 const v0, 6
37 if-ne v0, v6, Label0
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int_lit8/d/
DT_rsub_int_lit8_1.d23 invoke-direct {v0}, java/lang/Object/<init>()V
30 rsub-int/lit8 v0, v3, 4
31 return v0
37 rsub-int/lit8 v0, v3, 60
38 return v0
44 rsub-int/lit8 v0, v3, 20
45 return v0
51 rsub-int/lit8 v0, v3, -25
52 return v0
58 rsub-int/lit8 v0, v3, -70
[all …]
DT_rsub_int_lit8_2.d23 invoke-direct {v0}, java/lang/Object/<init>()V
30 rsub-int/lit8 v0, v3, 123
31 return v0
37 rsub-int/lit8 v0, v3, -123
38 return v0
44 rsub-int/lit8 v0, v3, 0
45 return v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rsub_int/d/
DT_rsub_int_1.d23 invoke-direct {v0}, java/lang/Object/<init>()V
30 rsub-int v0, v3, 4
31 return v0
37 rsub-int v0, v3, 60
38 return v0
44 rsub-int v0, v3, 20
45 return v0
51 rsub-int v0, v3, -25
52 return v0
58 rsub-int v0, v3, -70
[all …]
DT_rsub_int_2.d23 invoke-direct {v0}, java/lang/Object/<init>()V
30 rsub-int v0, v3, 255
31 return v0
37 rsub-int v0, v3, -32768
38 return v0
44 rsub-int v0, v3, 0
45 return v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result/d/
DT_move_result_1.d23 invoke-direct {v0}, java/lang/Object/<init>()V
30 const v0, 0
34 move-result v0
37 if-eq v0, v1 Label1
39 const v0, 0
40 return v0
43 const v0, 1
44 return v0
51 const v0, 12345
52 return v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_wide/d/
DT_move_result_wide_1.d23 invoke-direct {v0}, java/lang/Object/<init>()V
30 const v0, 0
34 move-result-wide v0
37 cmp-long v5, v0, v2
40 const v0, 0
41 return v0
44 const v0, 1
45 return v0
52 const-wide v0, 12345
53 return-wide v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
DTSuper.d30 const v0, 5
31 return v0
36 float-to-int v0, v2
37 return v0
45 const v0, 5
46 return v0
51 const v0, 5
52 return v0
57 const v0, 5
58 return v0
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super_range/d/
DTSuper.d28 const v0, 5
29 return v0
34 float-to-int v0, v2
35 return v0
43 const v0, 5
44 return v0
49 const v0, 5
50 return v0
55 const v0, 5
56 return v0
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_super/d/
DTSuper.d28 const v0, 5
29 return v0
34 float-to-int v0, v2
35 return v0
43 const v0, 5
44 return v0
49 const v0, 5
50 return v0
55 const v0, 5
56 return v0
[all …]
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DVerbosityTest.java22 String v0 = mDevice.executeShellCommand(MONKEY_CMD + " -s 1337 -p " + PKGS[0] + " 500"); in testVerbosity() local
23 assertTrue(v0.contains("Events injected")); in testVerbosity()
24 assertFalse(v0.contains("Sending Touch")); in testVerbosity()
25 assertFalse(v0.contains("Sending Trackball")); in testVerbosity()
26 assertFalse(v0.contains("Switch")); in testVerbosity()
27 assertFalse(v0.contains("Sleeping")); in testVerbosity()
43 assertTrue(v0.length() < v1.length()); in testVerbosity()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/move_result_object/d/
DT_move_result_object_1.d23 invoke-direct {v0}, java/lang/Object/<init>()V
30 const v0, 0
34 move-result-object v0
36 if-eq v0, v15, Label1
38 const v0, 0
39 return v0
42 const v0, 1
43 return v0
50 return-object v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/aput_object/d/
DT_aput_object_3.d28 invoke-direct {v0}, java/lang/Object/<init>()V
38 invoke-direct {v0}, dot/junit/opcodes/aput_object/d/SuperClass/<init>()V
51 invoke-direct {v0}, java/lang/Object/<init>()V
60 const v0, 1
62 new-array v2, v0, [Ldot/junit/opcodes/aput_object/d/SubClass;
65 new-array v3, v0, [Ldot/junit/opcodes/aput_object/d/SuperClass;
76 new-array v6, v0, [Ldot/junit/opcodes/aput_object/d/SuperInterface;
79 new-array v7, v0, [Ljava/lang/Object;
82 new-array v8, v0, [Ldot/junit/opcodes/aput_object/d/SuperInterface2;
84 const/4 v0, 0
[all …]
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gtz/d/
DT_if_gtz_10.d9 invoke-direct {v0}, java/lang/Object/<init>()V
17 const/4 v0, 0
18 return v0
22 const v0, 0
23 return v0
DT_if_gtz_8.d9 invoke-direct {v0}, java/lang/Object/<init>()V
17 const/4 v0, 0
18 return v0
22 const/4 v0, 0
23 return v0
DT_if_gtz_9.d9 invoke-direct {v0}, java/lang/Object/<init>()V
17 const/4 v0, 0
18 return v0
21 const v0, 0
22 return v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_wide/d/
DT_return_wide_1.d23 invoke-direct {v0}, java/lang/Object/<init>()V
39 cmp-long v0, v4, v6
40 if-nez v0, Label0
51 const v0, 123456
52 return v0
55 const v0, 0
56 return v0
62 const v0, 9999
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
DT_opc_throw_12.d23 invoke-direct {v0}, java/lang/Object/<init>()V
32 move-result v0
33 return v0
35 const v0, 0
36 return v0
45 new-instance v0, java/lang/RuntimeException
46 invoke-direct {v0}, java/lang/RuntimeException/<init>()V
47 throw v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_void/d/
DT_return_void_3.d23 invoke-direct {v0}, java/lang/Object/<init>()V
30 new-instance v0, java/lang/Object
31 invoke-direct {v0}, java/lang/Object/<init>()V
32 monitor-enter v0
42 invoke-direct {v0}, dot/junit/opcodes/return_void/d/T_return_void_3/test()V
44 const v0, 1
45 return v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget/d/
DT_sget_1.d25 const/4 v0, 5
26 sput v0, dot.junit.opcodes.sget.d.T_sget_1.i1 I
28 const/16 v0, 10
29 sput v0, dot.junit.opcodes.sget.d.T_sget_1.p1 I
31 const/16 v0, 20
32 sput v0, dot.junit.opcodes.sget.d.T_sget_1.pvt1 I
40 invoke-direct {v0}, java/lang/Object/<init>()V
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_direct/d/
DT_invoke_direct_14.d29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
DT_invoke_direct_21.d29 const v0, 999
40 const v0, 111
54 if-ne v0, v4, Label30
62 const v0, 1
63 return v0
65 const v0, 0
66 return v0
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_short/d/
DT_sget_short_1.d25 const v0, 32000
26 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.i1 S
28 const v0, 32000
29 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.p1 S
31 const v0, 32000
32 sput-short v0, dot.junit.opcodes.sget_short.d.T_sget_short_1.pvt1 S
40 invoke-direct {v0}, java/lang/Object/<init>()V

12345678910>>...85