HomeSort by relevance Sort by last modified time
    Searched full:common_exceptionthrown (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /dalvik/vm/mterp/mips/
OP_THROW.S 14 b common_exceptionThrown
OP_THROW_VERIFICATION_ERROR.S 14 b common_exceptionThrown # handle exception
OP_FILL_ARRAY_DATA.S 13 beqz v0, common_exceptionThrown # has exception
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
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_NEW_INSTANCE.S 42 beqz v0, common_exceptionThrown # yes, handle the exception
47 beqz v0, common_exceptionThrown # yes, handle the exception
90 b common_exceptionThrown # failed, deal with init exception
106 b common_exceptionThrown # yes, handle exception
OP_INVOKE_STATIC.S 38 beqz v0, common_exceptionThrown # null, handle exception
53 b common_exceptionThrown # yes, handle exception
OP_NEW_ARRAY.S 35 beqz v0, common_exceptionThrown # yes, handle the exception
57 beqz v0, common_exceptionThrown # yes, handle exception
OP_FILLED_NEW_ARRAY.S 25 beqz v0, common_exceptionThrown # yes, handle exception
52 beqz v0, common_exceptionThrown # alloc failed, handle exception
115 b common_exceptionThrown
  /dalvik/vm/mterp/x86/
OP_THROW.S 13 jmp common_exceptionThrown
OP_FILL_ARRAY_DATA.S 14 je common_exceptionThrown
OP_THROW_VERIFICATION_ERROR.S 16 jmp common_exceptionThrown # handle exception
OP_MONITOR_EXIT.S 25 je common_exceptionThrown # no, exception pending
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
  /dalvik/vm/mterp/armv5te/
OP_THROW.S 14 b common_exceptionThrown
OP_THROW_VERIFICATION_ERROR.S 13 b common_exceptionThrown @ handle exception
OP_FILL_ARRAY_DATA.S 12 beq common_exceptionThrown @ has exception
OP_MONITOR_EXIT.S 21 beq common_exceptionThrown @ yes, exception is pending
OP_NEW_INSTANCE.S 43 beq common_exceptionThrown @ yes, handle the exception
47 beq common_exceptionThrown @ yes, handle the exception
87 b common_exceptionThrown @ failed, deal with init exception
101 b common_exceptionThrown @ yes, handle exception
OP_INVOKE_STATIC.S 39 beq common_exceptionThrown @ null, handle exception
53 b common_exceptionThrown @ yes, handle exception
OP_CHECK_CAST.S 49 b common_exceptionThrown
65 beq common_exceptionThrown @ yes, handle exception
OP_NEW_ARRAY.S 42 beq common_exceptionThrown @ yes, handle exception
56 beq common_exceptionThrown @ yes, handle the exception

Completed in 703 milliseconds

1 2 3 4 5