Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_arm64.h54 unsigned aligned_int_offset = AlignUp(int_offset_, alignment_in_regs); in GetNextIntArgLoc() local
56 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()