Searched refs:common_exceptionThrown (Results 51 - 75 of 100) sorted by relevance

1234

/dalvik/vm/mterp/x86-atom/
H A DOP_CONST_STRING_JUMBO.S64 je common_exceptionThrown # resolve failed; exception thrown
H A DOP_EXECUTE_INLINE_RANGE.S74 je common_exceptionThrown # handle exception
H A DOP_INVOKE_INTERFACE.S74 je common_exceptionThrown # handle exception
H A DOP_INVOKE_STATIC.S68 je common_exceptionThrown
H A DOP_SGET.S53 je common_exceptionThrown # failed; handle exception
H A DOP_SGET_WIDE.S65 jmp common_exceptionThrown # failed; handle exception
H A DOP_SPUT.S53 je common_exceptionThrown # failed; handle exception
H A DOP_SPUT_WIDE.S65 jmp common_exceptionThrown # failed; handle exception
H A DOP_CHECK_CAST.S93 jmp common_exceptionThrown
116 je common_exceptionThrown # handle excpetion
H A Dfooter.S324 jne common_exceptionThrown # handle exception
336 jmp common_exceptionThrown # handle exception
405 common_exceptionThrown: label
565 jmp common_exceptionThrown # handle exception
579 jmp common_exceptionThrown # handle exception
593 jmp common_exceptionThrown # handle exception
607 jmp common_exceptionThrown # handle exception
621 jmp common_exceptionThrown # handle exception
635 jmp common_exceptionThrown # handle exception
/dalvik/vm/mterp/armv5te/
H A DOP_EXECUTE_INLINE.S30 beq common_exceptionThrown @ returned false, handle exception
89 beq common_exceptionThrown @ returned false, handle exception
H A DOP_EXECUTE_INLINE_RANGE.S28 beq common_exceptionThrown @ returned false, handle exception
83 beq common_exceptionThrown @ returned false, handle exception
H A DOP_IGET_WIDE.S25 b common_exceptionThrown
H A DOP_INVOKE_SUPER.S52 b common_exceptionThrown @ yes, handle exception
H A DOP_IPUT.S27 b common_exceptionThrown
H A DOP_IPUT_OBJECT.S27 b common_exceptionThrown
H A DOP_IPUT_WIDE.S22 b common_exceptionThrown
H A DOP_SGET_WIDE.S47 beq common_exceptionThrown @ no, handle exception
H A DOP_SPUT_OBJECT.S50 beq common_exceptionThrown @ no, handle exception
H A DOP_SPUT_WIDE.S49 beq common_exceptionThrown @ no, handle exception
/dalvik/vm/mterp/armv6t2/
H A DOP_IPUT_WIDE.S21 b common_exceptionThrown
/dalvik/vm/mterp/x86/
H A DOP_CHECK_CAST.S54 jmp common_exceptionThrown
75 je common_exceptionThrown # yes, handle exception
H A DOP_IGET.S36 jmp common_exceptionThrown
H A DOP_IGET_WIDE.S34 jmp common_exceptionThrown
H A DOP_INSTANCE_OF.S84 je common_exceptionThrown # no, handle exception

Completed in 131 milliseconds

1234