Searched refs:v0 (Results 1 - 25 of 177) sorted by relevance

12345678

/art/test/501-regression-packed-switch/smali/
H A DTest.smali22 packed-switch v0, :pswitch_data_6a
23 const/4 v0, 0x5
24 return v0
36 const/4 v0, 0x1
37 return v0
46 packed-switch v0, :pswitch_data
47 const/4 v0, 0x7
48 return v0
51 const/4 v0, 0x4
52 return v0
[all...]
/art/test/595-error-class/smali/
H A Dmerge.smali23 const/16 v0, 10
25 new-array v0, v0, [LAnError;
28 new-array v0, v0, [Ljava/lang/Integer;
30 return-object v0
/art/runtime/interpreter/mterp/mips64/
H A DfcvtFooter.S16 GET_INST_OPCODE v0 # extract opcode from rINST
18 GOTO_OPCODE v0 # jump to next instruction
H A Dinvoke.S15 beqzc v0, MterpException
18 bnezc v0, MterpFallback
19 GET_INST_OPCODE v0
20 GOTO_OPCODE v0
H A Dinvoke_polymorphic.S15 beqzc v0, MterpException
18 bnezc v0, MterpFallback
19 GET_INST_OPCODE v0
20 GOTO_OPCODE v0
H A Dop_nop.S2 GET_INST_OPCODE v0 # extract opcode from rINST
3 GOTO_OPCODE v0 # jump to next instruction
H A Dop_sget.S20 SET_VREG_OBJECT v0, a2 # fp[AA] <- v0
22 SET_VREG v0, a2 # fp[AA] <- v0
25 GET_INST_OPCODE v0 # extract opcode from rINST
26 GOTO_OPCODE v0
H A Dop_aput_object.S11 beqzc v0, MterpPossibleException
13 GET_INST_OPCODE v0 # extract opcode from rINST
14 GOTO_OPCODE v0 # jump to next instruction
H A Dop_filled_new_array.S15 beqzc v0, MterpPossibleException
17 GET_INST_OPCODE v0 # extract opcode from rINST
18 GOTO_OPCODE v0 # jump to next instruction
H A Dop_iput_object.S8 beqzc v0, MterpException
10 GET_INST_OPCODE v0 # extract opcode from rINST
11 GOTO_OPCODE v0 # jump to next instruction
H A Dop_iput_object_quick.S7 beqzc v0, MterpException
9 GET_INST_OPCODE v0 # extract opcode from rINST
10 GOTO_OPCODE v0 # jump to next instruction
H A Dop_monitor_enter.S11 bnezc v0, MterpException
13 GET_INST_OPCODE v0 # extract opcode from rINST
14 GOTO_OPCODE v0 # jump to next instruction
H A Dop_new_array.S16 beqzc v0, MterpPossibleException
18 GET_INST_OPCODE v0 # extract opcode from rINST
19 GOTO_OPCODE v0 # jump to next instruction
H A Dop_new_instance.S11 beqzc v0, MterpPossibleException
13 GET_INST_OPCODE v0 # extract opcode from rINST
14 GOTO_OPCODE v0 # jump to next instruction
H A Dop_sput_object.S8 beqzc v0, MterpException
10 GET_INST_OPCODE v0 # extract opcode from rINST
11 GOTO_OPCODE v0 # jump to next instruction
/art/test/121-modifiers/smali/
H A DNonInf.smali49 const/4 v0, 0x0
51 iput v0, p0, LNonInf;->publicField:I
54 const/4 v0, 0x1
56 iput v0, p0, LNonInf;->privateField:I
59 const/4 v0, 0x2
61 iput v0, p0, LNonInf;->protectedField:I
64 const/4 v0, 0x3
66 sput v0, LNonInf;->staticField:I
69 const/4 v0, 0x4
71 iput v0, p
[all...]
/art/test/472-unreachable-if-regression/smali/
H A DTest.smali24 not-int v0, v0
25 if-lt v0, v0, :unreachable
42 not-int v0, v0
44 packed-switch v0, :pswitch_data
/art/test/425-invoke-super/smali/
H A Dsubclass.smali21 invoke-direct {v0}, LInvokeSuper;-><init>()V
27 const v0, 0
28 return v0
H A Dinvokesuper.smali22 invoke-direct {v0}, LSuperClass;-><init>()V
31 move-result v0
32 return v0
38 const v0, 777
39 return v0
/art/test/954-invoke-polymorphic-verifier/smali/
H A DMain.smali26 invoke-direct {v0}, Ljava/lang/Object;-><init>()V
33 const-string v0, "MethodHandleNotInvoke"
34 invoke-static {v0}, LMain;->test(Ljava/lang/String;)V
35 const-string v0, "MethodHandleToString"
36 invoke-static {v0}, LMain;->test(Ljava/lang/String;)V
37 const-string v0, "NonReference"
38 invoke-static {v0}, LMain;->test(Ljava/lang/String;)V
39 const-string v0, "TooFewArguments"
40 invoke-static {v0}, LMain;->test(Ljava/lang/String;)V
41 const-string v0, "TooManyArgument
[all...]
/art/test/594-invoke-super/smali/
H A Dinvoke-super.smali21 invoke-direct {v0}, LA;-><init>()V
27 new-instance v0, LY;
28 invoke-direct {v0}, LY;-><init>()V
29 invoke-super {v0}, LY;->foo()V
/art/test/551-invoke-super/smali/
H A Dinvokesuper.smali22 invoke-direct {v0}, LSuperClass;-><init>()V
31 move-result v0
32 return v0
38 const v0, 777
39 return v0
/art/test/552-invoke-non-existent-super/smali/
H A Dinvokesuper.smali22 invoke-direct {v0}, LSuperClass;-><init>()V
31 move-result v0
32 return v0
38 const v0, 777
39 return v0
/art/test/553-invoke-super/smali/
H A Dinvokesuper.smali22 invoke-direct {v0}, LSuperClass;-><init>()V
31 move-result v0
32 return v0
38 const v0, 777
39 return v0
/art/test/556-invoke-super/smali/
H A Dinvokesuper.smali22 invoke-direct {v0}, LSuperClass;-><init>()V
31 move-result v0
32 return v0
38 const v0, 777
39 return v0

Completed in 111 milliseconds

12345678