Searched refs:stack_allocation_size (Results 1 – 1 of 1) sorted by relevance
54 int8_t stack_allocation_size = 0; variable56 regs_on_stack[reg.GetPhysicalIndex()] = stack_allocation_size;57 ++stack_allocation_size;89 int8_t stack_allocation_size = AlignUp(std::size(kCallerSavedRegs), 2); variable91 simd_regs_on_stack[reg.GetPhysicalIndex()] = stack_allocation_size;92 stack_allocation_size += 2;