Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc6505 size_t extra_slot = 2 * kX86_64WordSize; in Exchange128() local
6506 __ 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()
Dcode_generator_x86.cc7192 size_t extra_slot = 4 * kX86WordSize; in Exchange128() local
7193 codegen_->IncreaseFrame(extra_slot); in Exchange128()
7195 ExchangeMemory(0, mem + extra_slot, 4); in Exchange128()
7197 codegen_->DecreaseFrame(extra_slot); in Exchange128()