Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 15 of 15) sorted by relevance

/dalvik/vm/mterp/x86/
DOP_MONITOR_EXIT.S25 je common_exceptionThrown # no, exception pending
DOP_INVOKE_OBJECT_INIT_RANGE.S35 cmpl $$0, %eax # exception pending?
/dalvik/vm/mterp/mips/
DOP_MONITOR_EXIT.S21 beqz v0, common_exceptionThrown # yes, exception is pending
DOP_INVOKE_OBJECT_INIT_RANGE.S22 # exception pending?
/dalvik/vm/mterp/armv5te/
DOP_MONITOR_EXIT.S21 beq common_exceptionThrown @ yes, exception is pending
DOP_INVOKE_OBJECT_INIT_RANGE.S30 cmp r0, #0 @ exception pending?
/dalvik/vm/mterp/
DNOTES.txt57 exception pending, are not interesting because the return value is ignored.
DREADME.txt266 instruction count profiling, pending thread suspension request, etc.
/dalvik/vm/alloc/
DMarkSweep.cpp417 Object *pending = dvmGetFieldObject(obj, pendingNextOffset); in delayReferenceReferent() local
419 if (pending == NULL && referent != NULL && !isMarked(referent, ctx)) { in delayReferenceReferent()
/dalvik/vm/mterp/out/
DInterpAsm-x86.S829 je common_exceptionThrown # no, exception pending
DInterpAsm-armv5te-vfp.S9641 cmp r0, #0 @ exception pending?
DInterpAsm-armv7-a-neon.S9578 cmp r0, #0 @ exception pending?
DInterpAsm-armv7-a.S9578 cmp r0, #0 @ exception pending?
DInterpAsm-armv5te.S10099 cmp r0, #0 @ exception pending?
DInterpAsm-mips.S8825 # exception pending?