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

1234

/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
H A DOP_INVOKE_STATIC.S39 beq common_exceptionThrown @ null, handle exception
53 b 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.S32 je common_exceptionThrown # no, bail out
49 jmp common_exceptionThrown # go deal with init exception
67 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.S31 je common_exceptionThrown
H A DOP_INVOKE_STATIC.S30 jmp common_exceptionThrown
H A DOP_NEW_ARRAY.S44 je common_exceptionThrown # no, bail.
61 je common_exceptionThrown # yup - go handle
/dalvik/vm/mterp/x86-atom/
H A DOP_THROW.S37 jmp common_exceptionThrown # handle exception
H A DOP_THROW_VERIFICATION_ERROR.S40 jmp common_exceptionThrown # failed; handle exception
H A DOP_FILL_ARRAY_DATA.S45 je common_exceptionThrown
H A DOP_MONITOR_EXIT.S45 je common_exceptionThrown # handle exception
H A DOP_NEW_INSTANCE.S79 je common_exceptionThrown # handle exception
97 je common_exceptionThrown # handle exception
127 jmp common_exceptionThrown # handle exception
144 jmp common_exceptionThrown # handle exception
H A DOP_NEW_ARRAY.S69 je common_exceptionThrown # handle exception
90 je common_exceptionThrown # handle exception

Completed in 125 milliseconds

1234