Searched refs:aligned_int_offset (Results 1 – 1 of 1) sorted by relevance
54 unsigned aligned_int_offset = AlignUp(int_offset_, alignment_in_regs); in GetNextIntArgLoc() local56 if (aligned_int_offset + size_in_regs <= kMaxIntOffset) { in GetNextIntArgLoc()58 ArgLocation loc{kArgLocationInt, aligned_int_offset}; in GetNextIntArgLoc()59 int_offset_ = aligned_int_offset + size_in_regs; in GetNextIntArgLoc()