Home
last modified time | relevance | path

Searched defs:guest_runner (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/runtime_primitives/
Dguest_function_wrapper_impl.cc74 HostCode Insert(GuestAddr pc, const char* signature, HostCode guest_runner, MachineCode* mc) { in Insert()
121 HostCode guest_runner = AsHostCode(runner); in WrapGuestFunctionImpl() local
/frameworks/libs/binary_translation/code_gen_lib/
Dgen_wrapper_riscv64_to_x86_64.cc59 HostCode guest_runner, in GenWrapGuestFunction()
/frameworks/libs/binary_translation/jni/
Djni_trampolines.cc118 auto guest_runner = has_jnienv_and_jobject ? RunGuestJNIFunction : RunGuestCall; in WrapGuestJNIFunction() local