Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/
Dguest_arguments_arch.h63 return **reinterpret_cast<const GuestType**>(ArgLocationAddress(kArgumentsLocations[index])); in GuestArgument()
65 return *reinterpret_cast<GuestType*>(ArgLocationAddress(kArgumentsLocations[index])); in GuestArgument()
75 return **reinterpret_cast<const HostType**>(ArgLocationAddress(kArgumentsLocations[index])); in HostArgument()
77 return *reinterpret_cast<HostType*>(ArgLocationAddress(kArgumentsLocations[index])); in HostArgument()
86 ArgLocationAddress(kResultLocation)); in GuestResult()
89 ArgLocationAddress(kResultLocation)); in GuestResult()
98 ArgLocationAddress(kResultLocation)); in HostResult()
101 ArgLocationAddress(kResultLocation)); in HostResult()
148 constexpr void* ArgLocationAddress(arm64::ArgLocation loc) const { in ArgLocationAddress() function
/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/
Dguest_arguments_arch.h69 return *reinterpret_cast<Type*>(ArgLocationAddress(kArgumentsLocations[index])); in GuestArgument()
78 return *reinterpret_cast<Type*>(ArgLocationAddress(kArgumentsLocations[index])); in HostArgument()
87 ArgLocationAddress(kResultLocation)); in GuestResult()
91 ArgLocationAddress(kResultLocation)); in GuestResult()
101 ArgLocationAddress(kResultLocation)); in HostResult()
105 ArgLocationAddress(kResultLocation)); in HostResult()
170 constexpr void* ArgLocationAddress(arm::ArgLocation loc) const { in ArgLocationAddress() function
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_arguments_arch.h96 return **reinterpret_cast<CastType**>(ArgLocationAddress(loc)); in Reference()
98 return *reinterpret_cast<CastType*>(ArgLocationAddress(loc)); in Reference()
154 constexpr void* ArgLocationAddress(riscv64::ArgLocation loc) const { in ArgLocationAddress() function