Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/
Dguest_abi_arch.h46 using HostType = IntegerType;
53 using HostType = EnumType;
62 using HostType = PointeeType*;
71 using HostType = ResultType (*)(ArgumentType...);
82 using HostType = float;
93 using HostType = double;
110 using HostType = LargeStructType;
Dguest_arguments_arch.h73 using HostType = typename GuestArgumentInfo<Type>::HostType; in HostArgument() local
75 return **reinterpret_cast<const HostType**>(ArgLocationAddress(kArgumentsLocations[index])); in HostArgument()
77 return *reinterpret_cast<HostType*>(ArgLocationAddress(kArgumentsLocations[index])); in HostArgument()
97 return **reinterpret_cast<typename GuestArgumentInfo<ResultType>::HostType**>( in HostResult()
100 return *reinterpret_cast<typename GuestArgumentInfo<ResultType>::HostType*>( in HostResult()
/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/
Dguest_abi_arch.h48 using HostType = int32_t;
63 using HostType = uint32_t;
77 using HostType = IntegerType;
86 using HostType = EnumType;
95 using HostType = PointeeType*;
106 using HostType = ResultType (*)(ArgumentType...);
117 using HostType = float;
135 using HostType = double;
164 using HostType = LargeStructType;
Dguest_arguments_arch.h77 kCallingConventionsVariant>::HostType; in HostArgument()
100 typename GuestArgumentInfo<ResultType, kCallingConventionsVariant>::HostType**>( in HostResult()
104 typename GuestArgumentInfo<ResultType, kCallingConventionsVariant>::HostType*>( in HostResult()
/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_arguments_arch.h74 using CastType = typename ArgumentInfo::HostType; in HostArgument()
88 using CastType = typename ArgumentInfo::HostType; in HostResult()
/frameworks/libs/native_bridge_support/android_api/libandroid/proxy/
Dlibandroid_trampolines.cc48 using HostType = ANativeActivity*; typedef