Searched refs:handle (Results 1 - 25 of 105) sorted by relevance

12345

/dalvik/vm/mterp/x86-atom/
H A DOP_THROW.S35 je common_errNullObject # handle null object
37 jmp common_exceptionThrown # handle exception
H A DOP_EXECUTE_INLINE_RANGE.S49 jl 0f # handle zero args
50 je 1f # handle one arg
52 jl 2f # handle two args
53 je 3f # handle three args
74 je common_exceptionThrown # handle exception
H A DbinopD.S39 je common_errDivideByZero # handle divide by zero
40 cmpl $$-1, %ecx # handle -1 special case divide error
42 cmpl $$0x80000000,%eax # handle min int special case divide error
H A DOP_AGET_WIDE.S37 je common_errNullObject # handle null array object
39 jnc common_errArrayIndex # handle index >= length, bail
H A DOP_APUT.S43 je common_errNullObject # handle null array object
45 jnc common_errArrayIndex # handle index >= length, bail
H A DOP_APUT_WIDE.S37 je common_errNullObject # handle null array object
39 jnc common_errArrayIndex # handle index >= length, bail
H A DOP_MONITOR_EXIT.S36 je common_errNullObject # handle null object
45 je common_exceptionThrown # handle exception
H A DOP_EXECUTE_INLINE.S50 jl 0f # handle zero args
51 je 1f # handle one arg
53 jl 2f # handle two args
54 je 3f # handle three args
85 je common_exceptionThrown # handle exception
H A DbinopD2addr.S41 je common_errDivideByZero # handle divide by zero
42 cmpl $$-1, %ecx # handle -1 special case divide error
44 cmpl $$0x80000000,%eax # handle min int special case divide error
H A DbinopDLit16.S40 je common_errDivideByZero # handle divide by zero
42 cmpl $$-1, %ecx # handle -1 special case divide error
44 cmpl $$0x80000000,%eax # handle min int special case divide error
H A DbinopDLit8.S39 je common_errDivideByZero # handle divide by zero
41 cmpl $$-1, %ecx # handle -1 special case divide error
43 cmpl $$0x80000000,%eax # handle min int special case divide error
H A DOP_NEW_INSTANCE.S62 jmp .L${opcode}_abstract # handle abstract or interface
79 je common_exceptionThrown # handle exception
97 je common_exceptionThrown # handle exception
101 jmp .L${opcode}_abstract # handle abstract or interface
127 jmp common_exceptionThrown # handle exception
144 jmp common_exceptionThrown # handle exception
H A DOP_AGET.S42 je common_errNullObject # handle null array object
44 jnc common_errArrayIndex # handle index >= length, bail
H A DOP_ARRAY_LENGTH.S36 je common_errNullObject # handle null array object
H A DOP_INVOKE_SUPER.S55 je common_errNullObject # handle null object
66 jmp .L${opcode}_resolve # handle resolve
78 jnc .L${opcode}_nsm # handle method not present
96 jmp common_exceptionThrown # null pointer; handle exception
H A DOP_THROW_VERIFICATION_ERROR.S40 jmp common_exceptionThrown # failed; handle exception
H A DOP_DOUBLE_TO_INT.S38 jae .L${opcode}_negInf # handle negInf
40 jc .L${opcode}_nanInf # handle posInf or NaN
H A DOP_INVOKE_INTERFACE.S59 je common_errNullObject # handle null object
74 je common_exceptionThrown # handle exception
H A DOP_IGET_QUICK.S34 je common_errNullObject # handle null object
H A DOP_IGET_WIDE_QUICK.S34 je common_errNullObject # handle null object
/dalvik/vm/mterp/armv5te/
H A DOP_THROW_VERIFICATION_ERROR.S13 b common_exceptionThrown @ handle exception
H A DOP_INVOKE_INTERFACE.S26 beq common_exceptionThrown @ yes, handle exception
/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_MEM_OP_DECODE.S14 blx r2 @ decode and handle the mem op
/dalvik/vm/compiler/template/armv5te-vfp/
H A DTEMPLATE_MEM_OP_DECODE.S15 blx r2 @ decode and handle the mem op
/dalvik/vm/mterp/x86/
H A DOP_THROW_VERIFICATION_ERROR.S16 jmp common_exceptionThrown # handle exception

Completed in 7409 milliseconds

12345