Home
last modified time | relevance | path

Searched defs:GuestArgument (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/riscv64/include/berberis/guest_abi/
Dguest_abi_arch.h38 class GuestArgument; variable
46 GuestArgument(const IntegerType& value) : value_(Box(value)) {} in GuestArgument() function
47 GuestArgument(IntegerType&& value) : value_(Box(value)) {} in GuestArgument() function
106 GuestArgument(const EnumType& value) : value_(Box(value)) {} in GuestArgument() function
107 GuestArgument(EnumType&& value) : value_(Box(value)) {} in GuestArgument() function
135 GuestArgument(const FloatingPointType& value) : value_(Box(value)) {} in GuestArgument() function
136 GuestArgument(FloatingPointType&& value) : value_(Box(value)) {} in GuestArgument() function
180 GuestArgument(const FloatingPointType& value) : value_(Box(value)) {} in GuestArgument() function
181 GuestArgument(FloatingPointType&& value) : value_(Box(value)) {} in GuestArgument() function
Dguest_arguments_arch.h61 auto& GuestArgument() const { in GuestArgument() function
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/arm/include/berberis/guest_abi/
Dguest_arguments_arch.h64 auto& GuestArgument() const { in GuestArgument() function
/aosp_15_r20/frameworks/libs/binary_translation/guest_abi/arm64/include/berberis/guest_abi/
Dguest_arguments_arch.h58 auto& GuestArgument() const { in GuestArgument() function