Searched refs:common_exceptionThrown (Results 1 - 25 of 104) sorted by relevance

12345

/dalvik/vm/mterp/mips/
H A DOP_THROW_VERIFICATION_ERROR.S14 b common_exceptionThrown # handle exception
H A DOP_THROW.S14 b common_exceptionThrown
H A DOP_NEW_ARRAY.S35 beqz v0, common_exceptionThrown # yes, handle the exception
57 beqz v0, common_exceptionThrown # yes, handle exception
H A DOP_FILL_ARRAY_DATA.S13 beqz v0, common_exceptionThrown # has exception
H A DOP_INVOKE_INTERFACE.S27 beqz v0, common_exceptionThrown # yes, handle exception
H A DOP_MONITOR_EXIT.S21 beqz v0, common_exceptionThrown # yes, exception is pending
H A DOP_CONST_CLASS.S24 beqz v0, common_exceptionThrown # yup, handle the exception
H A DOP_CONST_STRING.S23 beqz v0, common_exceptionThrown # yup, handle the exception
H A DOP_CONST_STRING_JUMBO.S26 beqz v0, common_exceptionThrown # yup, handle the exception
/dalvik/vm/mterp/armv5te/
H A DOP_THROW_VERIFICATION_ERROR.S13 b common_exceptionThrown @ handle exception
H A DOP_THROW.S14 b common_exceptionThrown
H A DOP_FILL_ARRAY_DATA.S12 beq common_exceptionThrown @ has exception
H A DOP_INVOKE_INTERFACE.S26 beq common_exceptionThrown @ yes, handle exception
H A DOP_MONITOR_EXIT.S21 beq common_exceptionThrown @ yes, exception is pending
H A DOP_APUT_OBJECT.S55 b common_exceptionThrown
H A DOP_CHECK_CAST.S49 b common_exceptionThrown
65 beq common_exceptionThrown @ yes, handle exception
/dalvik/vm/mterp/x86/
H A DOP_THROW.S13 jmp common_exceptionThrown
H A DOP_FILL_ARRAY_DATA.S14 je common_exceptionThrown
H A DOP_MONITOR_EXIT.S25 je common_exceptionThrown # no, exception pending
H A DOP_THROW_VERIFICATION_ERROR.S16 jmp common_exceptionThrown # handle exception
H A DOP_NEW_INSTANCE.S34 je common_exceptionThrown # no, bail out
87 jmp common_exceptionThrown # go deal with init exception
105 jmp common_exceptionThrown # no, handle exception
H A DOP_CONST_CLASS.S33 je common_exceptionThrown
H A DOP_CONST_STRING.S32 je common_exceptionThrown
H A DOP_CONST_STRING_JUMBO.S32 je common_exceptionThrown
H A DOP_INVOKE_INTERFACE.S32 je common_exceptionThrown

Completed in 136 milliseconds

12345