Searched refs:overflow (Results 1 - 16 of 16) sorted by relevance

/dalvik/vm/
H A DProfile.h60 int overflow; member in struct:MethodTraceState
H A DProfile.c386 state->overflow = false;
575 state->overflow ? " (NOTE: overflowed buffer)" : "",
604 fprintf(state->traceFile, "data-file-overflow=%s\n",
605 state->overflow ? "true" : "false");
702 state->overflow = true;
/dalvik/vm/compiler/template/armv5te/
H A DTEMPLATE_INVOKE_METHOD_CHAIN.S21 bxlo r12 @ return to raise stack overflow excep.
H A DTEMPLATE_INVOKE_METHOD_NO_OPT.S18 bxlo lr @ return to raise stack overflow excep.
H A DTEMPLATE_INVOKE_METHOD_NATIVE.S11 bxlo lr @ return to raise stack overflow excep.
/dalvik/vm/arch/arm/
H A DCallOldABI.S138 @ and the VM preserves an overflow region at the bottom, so it should be
/dalvik/vm/mterp/x86-atom/
H A Dfooter.S242 * find space for the new stack frame, check for overflow
262 jl .LstackOverflow # handle frame overflow
471 * fix stack overflow if necessary
525 cmp $$0, %eax # check for stack overflow;
/dalvik/vm/mterp/x86/
H A Dfooter.S140 * find space for the new stack frame, check for overflow
160 jl .LstackOverflow # handle frame overflow
/dalvik/vm/mterp/armv5te/
H A Dfooter.S605 @ find space for the new stack frame, check for overflow
614 blo .LstackOverflow @ yes, this frame will overflow stack
856 /* fix earlier stack overflow if necessary; may trash rFP */
858 cmp r1, #0 @ did we overflow earlier?
896 /* fix stack overflow if necessary */
898 cmp r1, #0 @ did we overflow earlier?
/dalvik/vm/mterp/out/
H A DInterpAsm-armv4t.S4732 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
10452 @ find space for the new stack frame, check for overflow
10461 blo .LstackOverflow @ yes, this frame will overflow stack
10703 /* fix earlier stack overflow if necessary; may trash rFP */
10705 cmp r1, #0 @ did we overflow earlier?
10743 /* fix stack overflow if necessary */
10745 cmp r1, #0 @ did we overflow earlier?
H A DInterpAsm-armv5te-vfp.S4604 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
9990 @ find space for the new stack frame, check for overflow
9999 blo .LstackOverflow @ yes, this frame will overflow stack
10241 /* fix earlier stack overflow if necessary; may trash rFP */
10243 cmp r1, #0 @ did we overflow earlier?
10281 /* fix stack overflow if necessary */
10283 cmp r1, #0 @ did we overflow earlier?
H A DInterpAsm-armv5te.S4734 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
10448 @ find space for the new stack frame, check for overflow
10457 blo .LstackOverflow @ yes, this frame will overflow stack
10699 /* fix earlier stack overflow if necessary; may trash rFP */
10701 cmp r1, #0 @ did we overflow earlier?
10739 /* fix stack overflow if necessary */
10741 cmp r1, #0 @ did we overflow earlier?
H A DInterpAsm-armv7-a-neon.S4590 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
9924 @ find space for the new stack frame, check for overflow
9933 blo .LstackOverflow @ yes, this frame will overflow stack
10175 /* fix earlier stack overflow if necessary; may trash rFP */
10177 cmp r1, #0 @ did we overflow earlier?
10215 /* fix stack overflow if necessary */
10217 cmp r1, #0 @ did we overflow earlier?
H A DInterpAsm-armv7-a.S4590 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
9924 @ find space for the new stack frame, check for overflow
9933 blo .LstackOverflow @ yes, this frame will overflow stack
10175 /* fix earlier stack overflow if necessary; may trash rFP */
10177 cmp r1, #0 @ did we overflow earlier?
10215 /* fix stack overflow if necessary */
10217 cmp r1, #0 @ did we overflow earlier?
H A DInterpAsm-x86-atom.S9946 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
11925 * (ZW+YX) + (the high overflow from ZX). YW doesn't matter because
18113 * find space for the new stack frame, check for overflow
18133 jl .LstackOverflow # handle frame overflow
18342 * fix stack overflow if necessary
18396 cmp $0, %eax # check for stack overflow;
H A DInterpAsm-x86.S9029 * find space for the new stack frame, check for overflow
9049 jl .LstackOverflow # handle frame overflow

Completed in 342 milliseconds