HomeSort by relevance Sort by last modified time
    Searched full:tmp_jni_env (Results 1 - 4 of 4) sorted by null

  /art/runtime/
entrypoints_order_test.cc 91 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, jni_env, tmp_jni_env, sizeof(void*));
92 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, tmp_jni_env, self, sizeof(void*));
thread.cc 427 // delete the tmp_jni_env, as we own it at this point.
428 CHECK(self->Init(runtime->GetThreadList(), runtime->GetJavaVM(), self->tlsPtr_.tmp_jni_env));
429 self->tlsPtr_.tmp_jni_env = nullptr;
666 child_thread->tlsPtr_.tmp_jni_env = child_jni_env_ext.get();
680 // Note: we can't check for tmp_jni_env == nullptr, as that would require synchronization
    [all...]
thread.h 1534 JNIEnvExt* tmp_jni_env; variable
    [all...]
  /system/core/libbacktrace/testdata/arm/
libart.so 

Completed in 1499 milliseconds