/art/runtime/ |
D | imtable_test.cc | 57 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses() 67 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
|
D | well_known_classes.cc | 165 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField() 182 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
|
D | thread.cc | 805 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()
|
D | art_method.cc | 256 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock() 357 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
|
D | jni_internal.cc | 215 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()
|
D | runtime.cc | 434 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()
|
D | instrumentation_test.cc | 349 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
|
D | reflection.cc | 385 << self->GetException()->Dump(); in CheckMethodArguments()
|
D | instrumentation.cc | 1017 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionCaughtEvent()
|
D | class_linker.cc | 243 << 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()
|
D | thread.h | 386 mirror::Throwable* GetException() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetException() function
|
D | monitor.cc | 478 << self->GetException()->Dump() << "\n" << ss.str(); in ThrowIllegalMonitorStateExceptionF()
|
/art/runtime/entrypoints/quick/ |
D | quick_deoptimization_entrypoints.cc | 75 self->PushDeoptimizationContext(return_value, false, /* from_code */ true, self->GetException()); in artDeoptimizeFromCompiledCode()
|
D | quick_instrumentation_entrypoints.cc | 57 << self->GetException()->Dump(); in artInstrumentationMethodExitFromCode()
|
/art/runtime/mirror/ |
D | object_test.cc | 136 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()
|
D | field-inl.h | 44 mirror::Throwable* exception = self->GetException(); in CreateFromArtField()
|
D | class.cc | 77 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/ |
D | java_lang_VMClassLoader.cc | 89 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass()
|
/art/runtime/jit/ |
D | jit.cc | 285 mirror::Throwable* exception = self->GetException(); in CompileMethod() 542 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) { in MaybeDoOnStackReplacement()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 123 mirror::Throwable* exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
|
D | entrypoint_utils-inl.h | 816 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod() 825 << self->GetException()->Dump(); in UnlockJniSynchronizedMethod()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 660 << 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/ |
D | unstarted_runtime.cc | 160 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()
|
D | unstarted_runtime_test.cc | 1118 CHECK(!self->IsExceptionPending()) << self->GetException()->Dump(); in RunTest() 1148 CHECK(!self->IsExceptionPending()) << name << " " << self->GetException()->Dump(); in RunTest()
|
/art/runtime/arch/ |
D | stub_test.cc | 1056 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()
|