Searched refs:pending (Results 1 – 15 of 15) sorted by relevance
/dalvik/vm/mterp/x86/ |
D | OP_MONITOR_EXIT.S | 25 je common_exceptionThrown # no, exception pending
|
D | OP_INVOKE_OBJECT_INIT_RANGE.S | 35 cmpl $$0, %eax # exception pending?
|
/dalvik/vm/mterp/mips/ |
D | OP_MONITOR_EXIT.S | 21 beqz v0, common_exceptionThrown # yes, exception is pending
|
D | OP_INVOKE_OBJECT_INIT_RANGE.S | 22 # exception pending?
|
/dalvik/vm/mterp/armv5te/ |
D | OP_MONITOR_EXIT.S | 21 beq common_exceptionThrown @ yes, exception is pending
|
D | OP_INVOKE_OBJECT_INIT_RANGE.S | 30 cmp r0, #0 @ exception pending?
|
/dalvik/vm/mterp/ |
D | NOTES.txt | 57 exception pending, are not interesting because the return value is ignored.
|
D | README.txt | 266 instruction count profiling, pending thread suspension request, etc.
|
/dalvik/vm/alloc/ |
D | MarkSweep.cpp | 417 Object *pending = dvmGetFieldObject(obj, pendingNextOffset); in delayReferenceReferent() local 419 if (pending == NULL && referent != NULL && !isMarked(referent, ctx)) { in delayReferenceReferent()
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 829 je common_exceptionThrown # no, exception pending
|
D | InterpAsm-armv5te-vfp.S | 9641 cmp r0, #0 @ exception pending?
|
D | InterpAsm-armv7-a-neon.S | 9578 cmp r0, #0 @ exception pending?
|
D | InterpAsm-armv7-a.S | 9578 cmp r0, #0 @ exception pending?
|
D | InterpAsm-armv5te.S | 10099 cmp r0, #0 @ exception pending?
|
D | InterpAsm-mips.S | 8825 # exception pending?
|