Home
last modified time | relevance | path

Searched defs:GenWrapGuestFunction (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/code_gen_lib/all_to_riscv64/
Dgen_wrapper.cc26 void GenWrapGuestFunction(MachineCode* mc, in GenWrapGuestFunction() function
/aosp_15_r20/frameworks/libs/binary_translation/code_gen_lib/arm_to_x86_32/
Dgen_wrapper.cc32 void GenWrapGuestFunction(MachineCode* mc, in GenWrapGuestFunction() function
/aosp_15_r20/frameworks/libs/binary_translation/code_gen_lib/arm64_to_x86_64/
Dgen_wrapper.cc31 void GenWrapGuestFunction(MachineCode* mc, in GenWrapGuestFunction() function
/aosp_15_r20/frameworks/libs/binary_translation/code_gen_lib/riscv64_to_x86_64/
Dgen_wrapper.cc56 void GenWrapGuestFunction(MachineCode* mc, in GenWrapGuestFunction() function
/aosp_15_r20/frameworks/libs/binary_translation/code_gen_lib/
Dcode_gen_lib_riscv64_test.cc136 TEST(CodeGenLib, GenWrapGuestFunction) { in TEST() argument