Lines Matching refs:cause
116 ScopedLocalRef<jthrowable> cause(env, env->ExceptionOccurred()); in WrapExceptionInInitializer() local
117 CHECK(cause.get() != nullptr); in WrapExceptionInInitializer()
120 bool is_error = env->IsInstanceOf(cause.get(), WellKnownClasses::java_lang_Error); in WrapExceptionInInitializer()
121 env->Throw(cause.get()); in WrapExceptionInInitializer()
3507 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException(nullptr))); in VerifyClass() local
3508 if (cause.Get() != nullptr) { in VerifyClass()
3512 if (cause.Get() != nullptr) { in VerifyClass()
3513 self->GetException(nullptr)->SetCause(cause.Get()); in VerifyClass()
5207 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException(nullptr))); in ResolveType() local
5208 if (cause->InstanceOf(GetClassRoot(kJavaLangClassNotFoundException))) { in ResolveType()
5212 self->GetException(nullptr)->SetCause(cause.Get()); in ResolveType()