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.cc5951 size_t extra_slot = 2 * kX86_64WordSize; in Exchange128() local
5952 __ subq(CpuRegister(RSP), Immediate(extra_slot)); in Exchange128()
5954 ExchangeMemory64(0, mem + extra_slot, 2); in Exchange128()
5956 __ addq(CpuRegister(RSP), Immediate(extra_slot)); in Exchange128()
Dcode_generator_x86.cc6638 size_t extra_slot = 4 * kX86WordSize; in Exchange128() local
6639 codegen_->IncreaseFrame(extra_slot); in Exchange128()
6641 ExchangeMemory(0, mem + extra_slot, 4); in Exchange128()
6643 codegen_->DecreaseFrame(extra_slot); in Exchange128()