Searched refs:extra_slot (Results 1 – 2 of 2) sorted by relevance
6505 size_t extra_slot = 2 * kX86_64WordSize; in Exchange128() local6506 __ subq(CpuRegister(RSP), Immediate(extra_slot)); in Exchange128()6508 ExchangeMemory64(0, mem + extra_slot, 2); in Exchange128()6510 __ addq(CpuRegister(RSP), Immediate(extra_slot)); in Exchange128()
7192 size_t extra_slot = 4 * kX86WordSize; in Exchange128() local7193 codegen_->IncreaseFrame(extra_slot); in Exchange128()7195 ExchangeMemory(0, mem + extra_slot, 4); in Exchange128()7197 codegen_->DecreaseFrame(extra_slot); in Exchange128()