Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_x86_32.h48 unsigned aligned_stack_offset = AlignUp(stack_offset_, alignment_in_stack); in GetNextArgLoc() local
50 ArgLocation loc{kArgLocationStack, aligned_stack_offset}; in GetNextArgLoc()
51 stack_offset_ = aligned_stack_offset + size_in_stack; in GetNextArgLoc()
Dcalling_conventions_x86_64.h99 unsigned aligned_stack_offset = AlignUp(stack_offset_, alignment_in_stack); in GetNextStackArgLoc() local
101 ArgLocation loc{kArgLocationStack, aligned_stack_offset}; in GetNextStackArgLoc()
102 stack_offset_ = aligned_stack_offset + size_in_stack; in GetNextStackArgLoc()
Dcalling_conventions_riscv64.h112 unsigned aligned_stack_offset = AlignUp(stack_offset_, alignment_in_stack); in GetNextStackArgLoc() local
114 ArgLocation loc{kArgLocationStack, aligned_stack_offset}; in GetNextStackArgLoc()
115 stack_offset_ = aligned_stack_offset + size_in_stack; in GetNextStackArgLoc()
Dcalling_conventions_arm64.h106 unsigned aligned_stack_offset = AlignUp(stack_offset_, alignment_in_stack); in GetNextStackArgLoc() local
108 ArgLocation loc{kArgLocationStack, aligned_stack_offset}; in GetNextStackArgLoc()
109 stack_offset_ = aligned_stack_offset + size_in_stack; in GetNextStackArgLoc()