Home
last modified time | relevance | path

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

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