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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc1723 int gpr_count = 0; local
1728 gpr_count++;
1733 - (gpr_count * kFramePointerSize)
1774 int gpr_count = 0; local
1783 gpr_count++;
1786 addq(CpuRegister(RSP), Immediate(static_cast<int64_t>(frame_size) - (gpr_count * kFramePointerSize) - kFramePointerSize));

Completed in 28 milliseconds