Home | History | Annotate | Download | only in out

Lines Matching refs:stack

51    fp on top of fp stack st(0)
53 Parameters passed on stack, pushed right-to-left. On entry to target, first
63 Stack must be 16-byte aligned to support SSE in native code.
65 If we're not doing variable stack allocation (alloca), the frame pointer can be
4581 flds VREG_ADDRESS(%ecx) # vBB to fp stack
4582 flds VREG_ADDRESS(%eax) # vCC to fp stack
5303 flds VREG_ADDRESS(rINST) # vB to fp stack
5305 flds VREG_ADDRESS(%ecx) # vA to fp stack
5387 fldl VREG_ADDRESS(rINST) # vB to fp stack
5389 fldl VREG_ADDRESS(%ecx) # vA to fp stack
13001 * On-stack replacement has happened, and now we've returned from the compiled method.