Searched refs:LstackOverflow (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/mterp/x86/ |
D | footer.S | 515 jl .LstackOverflow # handle frame overflow 642 .LstackOverflow: # eax=methodToCall label
|
/dalvik/vm/mterp/mips/ |
D | footer.S | 604 bltu t0, rOBJ, .LstackOverflow # yes, this frame will overflow stack 733 .LstackOverflow: # a0=methodToCall label
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 559 blo .LstackOverflow @ yes, this frame will overflow stack 698 .LstackOverflow: @ r0=methodToCall label
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 16192 jl .LstackOverflow # handle frame overflow 16319 .LstackOverflow: # eax=methodToCall label
|
D | InterpAsm-armv7-a.S | 16140 blo .LstackOverflow @ yes, this frame will overflow stack 16279 .LstackOverflow: @ r0=methodToCall label
|
D | InterpAsm-armv7-a-neon.S | 16140 blo .LstackOverflow @ yes, this frame will overflow stack 16279 .LstackOverflow: @ r0=methodToCall label
|
D | InterpAsm-armv5te-vfp.S | 16203 blo .LstackOverflow @ yes, this frame will overflow stack 16342 .LstackOverflow: @ r0=methodToCall label
|
D | InterpAsm-mips.S | 11606 bltu t0, rOBJ, .LstackOverflow # yes, this frame will overflow stack 11735 .LstackOverflow: # a0=methodToCall label
|
D | InterpAsm-armv5te.S | 16661 blo .LstackOverflow @ yes, this frame will overflow stack 16800 .LstackOverflow: @ r0=methodToCall label
|