/dalvik/vm/mterp/mips/ |
OP_THROW_VERIFICATION_ERROR.S | 14 b common_exceptionThrown # handle exception
|
OP_THROW.S | 14 b common_exceptionThrown
|
OP_NEW_ARRAY.S | 35 beqz v0, common_exceptionThrown # yes, handle the exception 57 beqz v0, common_exceptionThrown # yes, handle exception
|
OP_FILL_ARRAY_DATA.S | 13 beqz v0, common_exceptionThrown # has exception
|
OP_INVOKE_INTERFACE.S | 27 beqz v0, common_exceptionThrown # yes, handle exception
|
OP_MONITOR_EXIT.S | 21 beqz v0, common_exceptionThrown # yes, exception is pending
|
OP_CONST_CLASS.S | 24 beqz v0, common_exceptionThrown # yup, handle the exception
|
OP_CONST_STRING.S | 23 beqz v0, common_exceptionThrown # yup, handle the exception
|
OP_CONST_STRING_JUMBO.S | 26 beqz v0, common_exceptionThrown # yup, handle the exception
|
/dalvik/vm/mterp/armv5te/ |
OP_THROW_VERIFICATION_ERROR.S | 13 b common_exceptionThrown @ handle exception
|
OP_THROW.S | 14 b common_exceptionThrown
|
OP_FILL_ARRAY_DATA.S | 12 beq common_exceptionThrown @ has exception
|
OP_INVOKE_INTERFACE.S | 26 beq common_exceptionThrown @ yes, handle exception
|
OP_MONITOR_EXIT.S | 21 beq common_exceptionThrown @ yes, exception is pending
|
OP_APUT_OBJECT.S | 55 b common_exceptionThrown
|
OP_NEW_ARRAY.S | 42 beq common_exceptionThrown @ yes, handle exception 56 beq common_exceptionThrown @ yes, handle the exception
|
/dalvik/vm/mterp/x86/ |
OP_THROW.S | 13 jmp common_exceptionThrown
|
OP_FILL_ARRAY_DATA.S | 14 je common_exceptionThrown
|
OP_MONITOR_EXIT.S | 25 je common_exceptionThrown # no, exception pending
|
OP_THROW_VERIFICATION_ERROR.S | 16 jmp common_exceptionThrown # handle exception
|
OP_NEW_INSTANCE.S | 34 je common_exceptionThrown # no, bail out 87 jmp common_exceptionThrown # go deal with init exception 105 jmp common_exceptionThrown # no, handle exception
|
OP_CONST_CLASS.S | 33 je common_exceptionThrown
|
OP_CONST_STRING.S | 32 je common_exceptionThrown
|
OP_CONST_STRING_JUMBO.S | 32 je common_exceptionThrown
|
OP_INVOKE_INTERFACE.S | 32 je common_exceptionThrown
|