Lines Matching refs:HostCode
110 HostCode WrapGuestJNIFunction(GuestAddr pc, in WrapGuestJNIFunction()
122 HostCode WrapGuestJNIOnLoad(GuestAddr pc) { in WrapGuestJNIOnLoad()
177 void DoTrampoline_JNIEnv_RegisterNatives(HostCode /* callee */, ProcessState* state) { in DoTrampoline_JNIEnv_RegisterNatives() argument
188 void DoTrampoline_JNIEnv_GetJavaVM(HostCode /* callee */, ProcessState* state) { in DoTrampoline_JNIEnv_GetJavaVM() argument
201 void DoTrampoline_JNIEnv_CallStaticVoidMethodV(HostCode /* callee */, ProcessState* state) { in DoTrampoline_JNIEnv_CallStaticVoidMethodV() argument
221 void DoJavaVMTrampoline_DestroyJavaVM(HostCode /* callee */, ProcessState* state) { in DoJavaVMTrampoline_DestroyJavaVM() argument
231 void DoJavaVMTrampoline_AttachCurrentThread(HostCode /* callee */, ProcessState* state) { in DoJavaVMTrampoline_AttachCurrentThread() argument
245 void DoJavaVMTrampoline_DetachCurrentThread(HostCode /* callee */, ProcessState* state) { in DoJavaVMTrampoline_DetachCurrentThread() argument
255 void DoJavaVMTrampoline_GetEnv(HostCode /* callee */, ProcessState* state) { in DoJavaVMTrampoline_GetEnv() argument
273 void DoJavaVMTrampoline_AttachCurrentThreadAsDaemon(HostCode /* callee */, ProcessState* state) { in DoJavaVMTrampoline_AttachCurrentThreadAsDaemon() argument
287 HostCode* vtable = *reinterpret_cast<HostCode**>(java_vm); in WrapJavaVM()