Searched defs:guest_runner (Results 1 – 3 of 3) sorted by relevance
74 HostCode Insert(GuestAddr pc, const char* signature, HostCode guest_runner, MachineCode* mc) { in Insert()121 HostCode guest_runner = AsHostCode(runner); in WrapGuestFunctionImpl() local
59 HostCode guest_runner, in GenWrapGuestFunction()
118 auto guest_runner = has_jnienv_and_jobject ? RunGuestJNIFunction : RunGuestCall; in WrapGuestJNIFunction() local