Home | History | Annotate | Download | only in optimizing

Lines Matching refs:stack_offset

1407   int stack_offset = ensure_scratch.IsSpilled() ? kX86_64WordSize : 0;
1408 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), mem1 + stack_offset));
1410 Address(CpuRegister(RSP), mem2 + stack_offset));
1411 __ movl(Address(CpuRegister(RSP), mem2 + stack_offset), CpuRegister(TMP));
1412 __ movl(Address(CpuRegister(RSP), mem1 + stack_offset),
1426 int stack_offset = ensure_scratch.IsSpilled() ? kX86_64WordSize : 0;
1427 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), mem1 + stack_offset));
1429 Address(CpuRegister(RSP), mem2 + stack_offset));
1430 __ movq(Address(CpuRegister(RSP), mem2 + stack_offset), CpuRegister(TMP));
1431 __ movq(Address(CpuRegister(RSP), mem1 + stack_offset),