HomeSort by relevance Sort by last modified time
    Searched refs:common_errNullObject (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /dalvik/vm/mterp/x86/
OP_THROW.S 11 je common_errNullObject
OP_ARRAY_LENGTH.S 10 je common_errNullObject
OP_MONITOR_ENTER.S 12 je common_errNullObject
OP_MONITOR_EXIT.S 29 jmp common_errNullObject
OP_AGET.S 14 je common_errNullObject # bail if so
OP_AGET_WIDE.S 12 je common_errNullObject # bail if so
OP_APUT.S 14 je common_errNullObject # bail if so
OP_APUT_WIDE.S 12 je common_errNullObject # bail if so
OP_INVOKE_SUPER_QUICK.S 21 je common_errNullObject # "this" is null, throw exception
OP_INVOKE_VIRTUAL_QUICK.S 18 je common_errNullObject # yep, throw exception
  /dalvik/vm/mterp/x86-atom/
OP_THROW.S 35 je common_errNullObject # handle null object
OP_ARRAY_LENGTH.S 36 je common_errNullObject # handle null array object
OP_INVOKE_VIRTUAL_QUICK.S 34 je common_errNullObject
OP_AGET_WIDE.S 37 je common_errNullObject # handle null array object
OP_APUT.S 43 je common_errNullObject # handle null array object
  /dalvik/vm/mterp/armv5te/
OP_ARRAY_LENGTH.S 10 beq common_errNullObject @ yup, fail
OP_MONITOR_ENTER.S 12 beq common_errNullObject @ null object, throw an exception
OP_THROW.S 11 beq common_errNullObject @ yes, throw an NPE instead
OP_INVOKE_INTERFACE.S 22 beq common_errNullObject @ yes, fail
OP_INVOKE_VIRTUAL_QUICK.S 18 beq common_errNullObject @ null "this", throw exception
OP_IPUT_QUICK.S 10 beq common_errNullObject @ object was null
OP_MONITOR_EXIT.S 26 b common_errNullObject
  /dalvik/vm/mterp/armv6t2/
OP_ARRAY_LENGTH.S 9 beq common_errNullObject @ yup, fail
OP_IPUT_QUICK.S 10 beq common_errNullObject @ object was null
OP_IPUT_WIDE_QUICK.S 10 beq common_errNullObject @ object was null

Completed in 136 milliseconds

1 2 3 4