Searched refs:pending (Results 1 – 12 of 12) sorted by relevance
/dalvik/vm/mterp/x86/ |
D | OP_MONITOR_EXIT.S | 31 je common_exceptionThrown # no, exception pending
|
/dalvik/vm/mterp/armv5te/ |
D | OP_MONITOR_EXIT.S | 21 beq common_exceptionThrown @ yes, exception is pending
|
/dalvik/vm/alloc/ |
D | MarkSweep.c | 466 Object *pending, *referent; in delayReferenceReferent() local 475 pending = dvmGetFieldObject(obj, pendingNextOffset); in delayReferenceReferent() 477 if (pending == NULL && referent != NULL && !isMarked(referent, ctx)) { in delayReferenceReferent()
|
/dalvik/vm/mterp/ |
D | NOTES.txt | 57 exception pending, are not interesting because the return value is ignored.
|
/dalvik/vm/mterp/x86-atom/ |
D | footer.S | 42 cmp $$0, (%ebx) # check if suspend is pending 89 cmp $$0, (rINST) # check if suspend is pending 368 cmp $$0, (%edx) # check if suspend is pending
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86-atom.S | 17913 cmp $0, (%ebx) # check if suspend is pending 17960 cmp $0, (rINST) # check if suspend is pending 18239 cmp $0, (%edx) # check if suspend is pending
|
D | InterpAsm-armv5te-vfp.S | 910 beq common_exceptionThrown @ yes, exception is pending
|
D | InterpAsm-x86.S | 6400 je common_exceptionThrown # no, exception pending
|
D | InterpAsm-armv7-a-neon.S | 917 beq common_exceptionThrown @ yes, exception is pending
|
D | InterpAsm-armv7-a.S | 917 beq common_exceptionThrown @ yes, exception is pending
|
D | InterpAsm-armv4t.S | 910 beq common_exceptionThrown @ yes, exception is pending
|
D | InterpAsm-armv5te.S | 910 beq common_exceptionThrown @ yes, exception is pending
|