Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_x86_64.h57 return GetNextStackArgLoc(size, alignment); in GetNextIntArgLoc()
73 return GetNextStackArgLoc(size, alignment); in GetNextFpArgLoc()
93 constexpr ArgLocation GetNextStackArgLoc(unsigned size, unsigned /*alignment*/) { in GetNextStackArgLoc() function
Dcalling_conventions_arm64.h67 return GetNextStackArgLoc(size, alignment); in GetNextIntArgLoc()
82 return GetNextStackArgLoc(size, alignment); in GetNextFpArgLoc()
102 constexpr ArgLocation GetNextStackArgLoc(unsigned size, unsigned alignment) { in GetNextStackArgLoc() function
Dcalling_conventions_riscv64.h65 return GetNextStackArgLoc(size, alignment); in GetNextIntArgLoc()
102 constexpr ArgLocation GetNextStackArgLoc(unsigned size, unsigned alignment) { in GetNextStackArgLoc() function