Searched refs:pending (Results 1 - 13 of 13) sorted by relevance

/dalvik/vm/mterp/x86/
H A DOP_MONITOR_EXIT.S25 je common_exceptionThrown # no, exception pending
H A DOP_INVOKE_OBJECT_INIT_RANGE.S35 cmpl $$0, %eax # exception pending?
/dalvik/vm/mterp/armv5te/
H A DOP_MONITOR_EXIT.S21 beq common_exceptionThrown @ yes, exception is pending
H A DOP_INVOKE_OBJECT_INIT_RANGE.S30 cmp r0, #0 @ exception pending?
/dalvik/vm/mterp/mips/
H A DOP_MONITOR_EXIT.S21 beqz v0, common_exceptionThrown # yes, exception is pending
H A DOP_INVOKE_OBJECT_INIT_RANGE.S22 # exception pending?
/dalvik/vm/alloc/
H A DMarkSweep.cpp417 Object *pending = dvmGetFieldObject(obj, pendingNextOffset); local
419 if (pending == NULL && referent != NULL && !isMarked(referent, ctx)) {
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S839 beq common_exceptionThrown @ yes, exception is pending
9641 cmp r0, #0 @ exception pending?
H A DInterpAsm-armv7-a-neon.S850 beq common_exceptionThrown @ yes, exception is pending
9578 cmp r0, #0 @ exception pending?
H A DInterpAsm-armv7-a.S850 beq common_exceptionThrown @ yes, exception is pending
9578 cmp r0, #0 @ exception pending?
H A DInterpAsm-x86.S829 je common_exceptionThrown # no, exception pending
H A DInterpAsm-armv5te.S839 beq common_exceptionThrown @ yes, exception is pending
10099 cmp r0, #0 @ exception pending?
H A DInterpAsm-mips.S1043 beqz v0, common_exceptionThrown # yes, exception is pending
8825 # exception pending?

Completed in 344 milliseconds