Home | History | Annotate | Download | only in runtime

Lines Matching full:self_

571     return static_cast<JNIEnvExt*>(env)->self_->IsExceptionPending() ? JNI_TRUE : JNI_FALSE;
650 Thread* self = down_cast<JNIEnvExt*>(env)->self_;
662 Thread* self = down_cast<JNIEnvExt*>(env)->self_;
2484 return static_cast<JNIEnvExt*>(env)->self_->IsExceptionPending() ? nullptr : result;