/art/test/501-regression-packed-switch/smali/ |
H A D | Test.smali | 22 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 D | merge.smali | 23 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 D | fcvtFooter.S | 16 GET_INST_OPCODE v0 # extract opcode from rINST 18 GOTO_OPCODE v0 # jump to next instruction
|
H A D | invoke.S | 15 beqzc v0, MterpException 18 bnezc v0, MterpFallback 19 GET_INST_OPCODE v0 20 GOTO_OPCODE v0
|
H A D | invoke_polymorphic.S | 15 beqzc v0, MterpException 18 bnezc v0, MterpFallback 19 GET_INST_OPCODE v0 20 GOTO_OPCODE v0
|
H A D | op_nop.S | 2 GET_INST_OPCODE v0 # extract opcode from rINST 3 GOTO_OPCODE v0 # jump to next instruction
|
H A D | op_sget.S | 20 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 D | op_aput_object.S | 11 beqzc v0, MterpPossibleException 13 GET_INST_OPCODE v0 # extract opcode from rINST 14 GOTO_OPCODE v0 # jump to next instruction
|
H A D | op_filled_new_array.S | 15 beqzc v0, MterpPossibleException 17 GET_INST_OPCODE v0 # extract opcode from rINST 18 GOTO_OPCODE v0 # jump to next instruction
|
H A D | op_iput_object.S | 8 beqzc v0, MterpException 10 GET_INST_OPCODE v0 # extract opcode from rINST 11 GOTO_OPCODE v0 # jump to next instruction
|
H A D | op_iput_object_quick.S | 7 beqzc v0, MterpException 9 GET_INST_OPCODE v0 # extract opcode from rINST 10 GOTO_OPCODE v0 # jump to next instruction
|
H A D | op_monitor_enter.S | 11 bnezc v0, MterpException 13 GET_INST_OPCODE v0 # extract opcode from rINST 14 GOTO_OPCODE v0 # jump to next instruction
|
H A D | op_new_array.S | 16 beqzc v0, MterpPossibleException 18 GET_INST_OPCODE v0 # extract opcode from rINST 19 GOTO_OPCODE v0 # jump to next instruction
|
H A D | op_new_instance.S | 11 beqzc v0, MterpPossibleException 13 GET_INST_OPCODE v0 # extract opcode from rINST 14 GOTO_OPCODE v0 # jump to next instruction
|
H A D | op_sput_object.S | 8 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 D | NonInf.smali | 49 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 D | Test.smali | 24 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 D | subclass.smali | 21 invoke-direct {v0}, LInvokeSuper;-><init>()V 27 const v0, 0 28 return v0
|
H A D | invokesuper.smali | 22 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 D | Main.smali | 26 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 D | invoke-super.smali | 21 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 D | invokesuper.smali | 22 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 D | invokesuper.smali | 22 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 D | invokesuper.smali | 22 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 D | invokesuper.smali | 22 invoke-direct {v0}, LSuperClass;-><init>()V 31 move-result v0 32 return v0 38 const v0, 777 39 return v0
|