Searched refs:GetSelf (Results 1 – 7 of 7) sorted by relevance
35 static Thread* GetSelf(JNIEnv* env) { in GetSelf() function36 return static_cast<JNIEnvExt*>(env)->GetSelf(); in GetSelf()58 Thread* const self = GetSelf(env); in DdmVmInternal_getStackTraceById()143 Thread* self = GetSelf(env); in DdmVmInternal_getThreadStats()
40 return static_cast<JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE; in Thread_interrupted()
98 Thread* GetSelf() const { return self_; } in GetSelf() function
1308 Thread* envThread = reinterpret_cast<JNIEnvExt*>(env)->GetSelf(); in CheckThread()
38 return full_env->GetSelf(); in ThreadForEnv()
807 Thread* self = static_cast<JNIEnvExt*>(env)->GetSelf(); in CreateNativeThread()946 DCHECK_EQ(jni_env_ext->GetSelf(), this); in Init()
386 return static_cast<art::JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE; in JVM_IsInterrupted()