Searched refs:jniEnv (Results 1 – 3 of 3) sorted by relevance
240 JNIEnv* jniEnv; member560 INLINE JNIEnv* dvmGetThreadJNIEnv(Thread* self) { return self->jniEnv; } in dvmGetThreadJNIEnv()561 INLINE void dvmSetThreadJNIEnv(Thread* self, JNIEnv* env) { self->jniEnv = env;} in dvmSetThreadJNIEnv()
1499 self->jniEnv = dvmCreateJNIEnv(self); in interpThreadStart()1798 self->jniEnv = dvmCreateJNIEnv(self); in dvmAttachCurrentThread()1799 if (self->jniEnv == NULL) in dvmAttachCurrentThread()1963 if (self->jniEnv != NULL) { in dvmAttachCurrentThread()1964 dvmDestroyJNIEnv(self->jniEnv); in dvmAttachCurrentThread()1965 self->jniEnv = NULL; in dvmAttachCurrentThread()2131 dvmDestroyJNIEnv(self->jniEnv); in dvmDetachCurrentThread()2132 self->jniEnv = NULL; in dvmDetachCurrentThread()
1150 JNIEnv* env = self->jniEnv; in dvmCallJNIMethod()2781 *p_env = self->jniEnv; in attachThread()2839 *p_env = self->jniEnv; in attachThread()