Searched refs:aligned_stack_offset (Results 1 – 4 of 4) sorted by relevance
48 unsigned aligned_stack_offset = AlignUp(stack_offset_, alignment_in_stack); in GetNextArgLoc() local50 ArgLocation loc{kArgLocationStack, aligned_stack_offset}; in GetNextArgLoc()51 stack_offset_ = aligned_stack_offset + size_in_stack; in GetNextArgLoc()
99 unsigned aligned_stack_offset = AlignUp(stack_offset_, alignment_in_stack); in GetNextStackArgLoc() local101 ArgLocation loc{kArgLocationStack, aligned_stack_offset}; in GetNextStackArgLoc()102 stack_offset_ = aligned_stack_offset + size_in_stack; in GetNextStackArgLoc()
112 unsigned aligned_stack_offset = AlignUp(stack_offset_, alignment_in_stack); in GetNextStackArgLoc() local114 ArgLocation loc{kArgLocationStack, aligned_stack_offset}; in GetNextStackArgLoc()115 stack_offset_ = aligned_stack_offset + size_in_stack; in GetNextStackArgLoc()
106 unsigned aligned_stack_offset = AlignUp(stack_offset_, alignment_in_stack); in GetNextStackArgLoc() local108 ArgLocation loc{kArgLocationStack, aligned_stack_offset}; in GetNextStackArgLoc()109 stack_offset_ = aligned_stack_offset + size_in_stack; in GetNextStackArgLoc()