/dalvik/vm/mterp/armv5te/ |
OP_IPUT_WIDE.S | 22 b common_exceptionThrown
|
OP_SGET.S | 42 beq common_exceptionThrown @ no, handle exception
|
OP_SGET_WIDE.S | 47 beq common_exceptionThrown @ no, handle exception
|
OP_SPUT.S | 43 beq common_exceptionThrown @ no, handle exception
|
/dalvik/vm/mterp/armv6t2/ |
OP_IGET.S | 27 b common_exceptionThrown
|
OP_IGET_WIDE.S | 24 b common_exceptionThrown
|
OP_IPUT.S | 27 b common_exceptionThrown
|
OP_IPUT_WIDE.S | 21 b common_exceptionThrown
|
/dalvik/vm/mterp/mips/ |
OP_APUT_OBJECT.S | 50 b common_exceptionThrown
|
OP_IGET.S | 28 b common_exceptionThrown
|
OP_IGET_WIDE.S | 26 b common_exceptionThrown
|
OP_INVOKE_SUPER.S | 33 beqz v0, common_exceptionThrown # yes, handle exception
|
OP_INVOKE_VIRTUAL.S | 31 b common_exceptionThrown # yes, handle exception
|
OP_IPUT.S | 28 b common_exceptionThrown
|
OP_IPUT_OBJECT.S | 28 b common_exceptionThrown
|
OP_IPUT_WIDE.S | 23 b common_exceptionThrown
|
OP_SGET_WIDE.S | 33 beqz v0, common_exceptionThrown # no, handle exception
|
OP_SPUT.S | 30 beqz v0, common_exceptionThrown # success? no, handle exception
|
OP_SPUT_OBJECT.S | 30 beqz v0, common_exceptionThrown # success? no, handle exception
|
OP_SPUT_WIDE.S | 49 beqz v0, common_exceptionThrown # no, handle exception
|
/dalvik/vm/mterp/x86/ |
OP_IGET.S | 36 jmp common_exceptionThrown
|
OP_IGET_WIDE.S | 34 jmp common_exceptionThrown
|
OP_INVOKE_OBJECT_INIT_RANGE.S | 36 jne common_exceptionThrown # yes, handle it
|
OP_INVOKE_VIRTUAL.S | 30 jmp common_exceptionThrown # yes, handle exception
|
OP_IPUT.S | 37 jmp common_exceptionThrown
|