Searched refs:GetSelf (Results 1 – 7 of 7) sorted by relevance
36 static Thread* GetSelf(JNIEnv* env) { in GetSelf() function37 return static_cast<JNIEnvExt*>(env)->GetSelf(); in GetSelf()59 Thread* const self = GetSelf(env); in DdmVmInternal_getStackTraceById()195 Thread* self = GetSelf(env); in DdmVmInternal_getThreadStats()
40 return static_cast<JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE; in Thread_interrupted()
101 Thread* GetSelf() const { return self_; } in GetSelf() function
1308 Thread* envThread = reinterpret_cast<JNIEnvExt*>(env)->GetSelf(); in CheckThread()
39 return full_env->GetSelf(); in ThreadForEnv()
818 Thread* self = static_cast<JNIEnvExt*>(env)->GetSelf(); in CreateNativeThread()958 DCHECK_EQ(jni_env_ext->GetSelf(), this); in Init()
388 return static_cast<art::JNIEnvExt*>(env)->GetSelf()->Interrupted() ? JNI_TRUE : JNI_FALSE; in JVM_IsInterrupted()