Searched refs:tmp_jni_env (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dentrypoints_order_test.cc93 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, jni_env, tmp_jni_env, sizeof(void*));
94 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, tmp_jni_env, self, sizeof(void*));
H A Dthread.h1137 managed_stack(), suspend_trigger(nullptr), jni_env(nullptr), tmp_jni_env(nullptr),
1173 JNIEnvExt* tmp_jni_env; variable
H A Dthread.cc255 // delete the tmp_jni_env, as we own it at this point.
256 CHECK(self->Init(runtime->GetThreadList(), runtime->GetJavaVM(), self->tlsPtr_.tmp_jni_env));
257 self->tlsPtr_.tmp_jni_env = nullptr;
428 child_thread->tlsPtr_.tmp_jni_env = child_jni_env_ext.get();
442 // Note: we can't check for tmp_jni_env == nullptr, as that would require synchronization

Completed in 56 milliseconds