Home
last modified time | relevance | path

Searched refs:GetException (Results 1 – 25 of 33) sorted by relevance

12

/art/runtime/
Dimtable_test.cc57 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
67 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
Dwell_known_classes.cc165 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField()
182 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
Dthread.cc805 LOG(ERROR) << self->GetException()->Dump(); in Attach()
1834 exc = scope.NewHandle(GetException()); in DumpJavaStack()
2008 auto* e = GetException(); in AssertPendingOOMException()
2016 LOG(FATAL) << "No pending exception expected: " << GetException()->Dump(); in AssertNoPendingException()
2024 << GetException()->Dump(); in AssertNoPendingExceptionForNewException()
2657 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException()
2987 ObjPtr<mirror::Throwable> exception = GetException(); in QuickDeliverException()
3567 DCHECK_EQ(GetException(), Thread::GetDeoptimizationException()); in DeoptimizeWithDeoptimizationException()
Dart_method.cc256 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock()
357 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
Djni_internal.cc215 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()
222 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldID()
475 if (!soa.Self()->GetException()) { in ExceptionDescribe()
481 hs.NewHandle<mirror::Throwable>(soa.Self()->GetException())); in ExceptionDescribe()
493 LOG(WARNING) << "JNI WARNING: " << mirror::Object::PrettyTypeOf(soa.Self()->GetException()) in ExceptionDescribe()
503 mirror::Object* exception = soa.Self()->GetException(); in ExceptionOccurred()
Druntime.cc434 mirror::Throwable* exception = self->GetException(); in DumpThread()
1328 pre_allocated_OutOfMemoryError_ = GcRoot<mirror::Throwable>(self->GetException()); in Init()
1335 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>(self->GetException()); in Init()
Dinstrumentation_test.cc349 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
Dreflection.cc385 << self->GetException()->Dump(); in CheckMethodArguments()
Dinstrumentation.cc1017 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionCaughtEvent()
Dclass_linker.cc243 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump(); in VlogClassInitializationFailure()
2782 VLOG(class_linker) << self->GetException()->Dump(); in DefineClass()
3953 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification()
3961 self->GetException()->SetCause(cause.Get()); in AttemptSupertypeVerification()
4631 mirror::Class::PrettyClass(self->GetException()->GetClass())); in InitializeClass()
4712 << (self->GetException() != nullptr ? self->GetException()->Dump() : ""); in InitializeClass()
7935 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in ResolveType()
7940 self->GetException()->SetCause(cause.Get()); in ResolveType()
Dthread.h386 mirror::Throwable* GetException() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetException() function
Dmonitor.cc478 << self->GetException()->Dump() << "\n" << ss.str(); in ThrowIllegalMonitorStateExceptionF()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc75 self->PushDeoptimizationContext(return_value, false, /* from_code */ true, self->GetException()); in artDeoptimizeFromCompiledCode()
Dquick_instrumentation_entrypoints.cc57 << self->GetException()->Dump(); in artInstrumentationMethodExitFromCode()
/art/runtime/mirror/
Dobject_test.cc136 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
141 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
225 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
230 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
274 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
279 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
304 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
309 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
328 EXPECT_EQ(mirror::Class::PrettyDescriptor(soa.Self()->GetException()->GetClass()), in TEST_F()
Dfield-inl.h44 mirror::Throwable* exception = self->GetException(); in CreateFromArtField()
Dclass.cc77 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent()
138 LOG(ERROR) << "Exception: " << self->GetException()->Dump(); in SetStatus()
145 ext->SetVerifyError(self->GetException()); in SetStatus()
/art/runtime/native/
Djava_lang_VMClassLoader.cc89 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass()
/art/runtime/jit/
Djit.cc285 mirror::Throwable* exception = self->GetException(); in CompileMethod()
542 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) { in MaybeDoOnStackReplacement()
/art/runtime/entrypoints/
Dentrypoint_utils.cc123 mirror::Throwable* exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
Dentrypoint_utils-inl.h816 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod()
825 << self->GetException()->Dump(); in UnlockJniSynchronizedMethod()
/art/compiler/driver/
Dcompiler_driver.cc660 << self->GetException()->Dump(); in CompileMethod()
1654 mirror::Throwable* exception = self->GetException(); in CheckAndClearResolveException()
1835 mirror::Throwable* exception = soa.Self()->GetException(); in Visit()
2314 mirror::Throwable* exception = soa.Self()->GetException(); in Visit()
/art/runtime/interpreter/
Dunstarted_runtime.cc160 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in CheckExceptionGenerateClassNotFound()
286 mirror::Object::PrettyTypeOf(self->GetException()).c_str()); in UnstartedClassNewInstance()
714 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in UnstartedVmClassLoaderFindLoadedClass()
Dunstarted_runtime_test.cc1118 CHECK(!self->IsExceptionPending()) << self->GetException()->Dump(); in RunTest()
1148 CHECK(!self->IsExceptionPending()) << name << " " << self->GetException()->Dump(); in RunTest()
/art/runtime/arch/
Dstub_test.cc1056 EXPECT_FALSE(self->IsExceptionPending()) << mirror::Object::PrettyTypeOf(self->GetException()); in TEST_F()
1924 ASSERT_FALSE(self->IsExceptionPending()) << mirror::Object::PrettyTypeOf(self->GetException()); in TEST_F()

12