Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/jni/
Djni_trampolines.cc90 void RunGuestJNIFunction(GuestAddr pc, GuestArgumentBuffer* buf) { in RunGuestJNIFunction() function
118 auto guest_runner = has_jnienv_and_jobject ? RunGuestJNIFunction : RunGuestCall; in WrapGuestJNIFunction()