Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/calling_conventions/include/berberis/calling_conventions/
Dcalling_conventions_x86_32.h55 constexpr ArgLocation GetIntResLoc(unsigned size) { in GetIntResLoc() function
Dcalling_conventions_x86_64.h76 constexpr ArgLocation GetIntResLoc(unsigned size) { in GetIntResLoc() function
Dcalling_conventions_riscv64.h85 constexpr ArgLocation GetIntResLoc(unsigned size) { in GetIntResLoc() function
Dcalling_conventions_arm64.h85 constexpr ArgLocation GetIntResLoc(unsigned size) { in GetIntResLoc() function
Dcalling_conventions_arm.h126 constexpr ArgLocation GetIntResLoc(unsigned size) { in GetIntResLoc() function
/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/
Dguest_arguments_arch.h158 return conv.GetIntResLoc(ResultInfo::kSize); in ResultInfoHelper()
164 return conv.GetIntResLoc(ResultInfo::kSize); in ResultInfoHelper()
Dguest_params_arch.h166 return conv.GetIntResLoc(ReturnInfo::kSize); in ReturnInfoHelper()
172 return conv.GetIntResLoc(GuestArgumentInfo<ReturnType*, kCallingConventionsVariant>::kSize); in ReturnInfoHelper()
/frameworks/libs/binary_translation/calling_conventions/
Dcalling_conventions_x86_32_test.cc65 loc = conv.GetIntResLoc(1); in TEST()
Dcalling_conventions_arm64_test.cc61 loc = conv.GetIntResLoc(1); in TEST()
Dcalling_conventions_x86_64_test.cc89 loc = conv.GetIntResLoc(1); in TEST()
Dcalling_conventions_arm_test.cc41 loc = conv.GetIntResLoc(1); in TEST()
Dcalling_conventions_riscv64_test.cc93 loc = conv.GetIntResLoc(1); in TEST()
/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/
Dguest_arguments_arch.h140 return conv.GetIntResLoc(ResultInfo::kSize); in ResultInfoHelper()
Dguest_params_arch.h132 return conv.GetIntResLoc(ReturnInfo::kSize); in ResultInfoHelper()
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_arguments_arch.h141 return conv.GetIntResLoc(ResultInfo::kSize); in ResultInfoHelper()
Dguest_params_arch.h146 return conv.GetIntResLoc(ReturnInfo::kSize); in ReturnInfoHelper()