/art/runtime/ |
D | method_handles_test.cc | 127 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F() 141 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F() 155 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F() 169 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F() 206 ASSERT_TRUE(IsClassCastException(soa.Self()->GetException())); in TEST_F() 254 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F() 268 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F() 282 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F() 330 ASSERT_TRUE(IsNullPointerException(soa.Self()->GetException())); in TEST_F() 345 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F() [all …]
|
D | imtable_test.cc | 57 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses() 67 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
|
D | reflection.cc | 390 << self->GetException()->Dump(); in CheckMethodArguments() 500 DCHECK(soa.Self()->GetException()->GetClass()->DescriptorEquals( in InvokeMethodImpl() 502 << soa.Self()->GetException()->GetClass()->PrettyDescriptor(); in InvokeMethodImpl()
|
D | instrumentation.cc | 152 new_exception_thrown = self_->GetException() != exception.Get(); in PopFramesTo() 162 exception.Assign(self_->GetException()); in PopFramesTo() 1337 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionThrownEvent() 1357 DCHECK(thread->GetException() == nullptr); in ExceptionHandledEvent()
|
D | well_known_classes.cc | 200 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField() 226 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
|
D | art_method.cc | 272 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock() 374 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
|
D | debugger.cc | 211 << self->GetException()->Dump(); in DdmHandleChunk() 259 type) << std::endl << self->GetException()->Dump(); in DdmHandleChunk()
|
D | thread.cc | 2357 auto* e = GetException(); in AssertPendingOOMException() 2365 LOG(FATAL) << "No pending exception expected: " << GetException()->Dump(); in AssertNoPendingException() 2373 << GetException()->Dump(); in AssertNoPendingExceptionForNewException() 3276 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException() 3609 ObjPtr<mirror::Throwable> exception = GetException(); in QuickDeliverException() 3703 ReadBarrier::MaybeAssertToSpaceInvariant(GetException()); in QuickDeliverException() 4349 DCHECK_EQ(GetException(), Thread::GetDeoptimizationException()); in DeoptimizeWithDeoptimizationException() 4472 : self_(self), hs_(self_), excp_(hs_.NewHandle<art::mirror::Throwable>(self_->GetException())) { in ScopedExceptionStorage() 4479 excp_.Assign(self_->GetException()); in SuppressOldException()
|
D | instrumentation_test.cc | 418 mirror::Throwable* event_exception = self->GetException(); in ReportEvent() 431 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
|
D | class_linker.cc | 577 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump(); in VlogClassInitializationFailure() 599 << self->GetException()->Dump(); in WrapExceptionInInitializer() 1131 << ": " << self->GetException()->Dump(); in RunRootClinits() 2755 if (MatchesDexFileCaughtExceptions(self->GetException(), class_linker)) { in FilterDexFileCaughtExceptions() 2957 DCHECK(!MatchesDexFileCaughtExceptions(self->GetException(), this)); in FindClass() 3190 VLOG(class_linker) << self->GetException()->Dump(); in DefineClass() 4509 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification() 4517 self->GetException()->SetCause(cause.Get()); in AttemptSupertypeVerification() 5288 mirror::Class::PrettyClass(self->GetException()->GetClass())); in InitializeClass() 5388 << (self->GetException() != nullptr ? self->GetException()->Dump() : ""); in InitializeClass() [all …]
|
/art/runtime/entrypoints/quick/ |
D | quick_deoptimization_entrypoints.cc | 74 self->GetException(), in artDeoptimizeFromCompiledCode()
|
D | quick_jni_entrypoints.cc | 142 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod() 151 << self->GetException()->Dump(); in UnlockJniSynchronizedMethod()
|
D | quick_trampoline_entrypoints.cc | 731 if (force_frame_pop && self->GetException() != nullptr) { in artQuickToInterpreterBridge() 733 << self->GetException()->Dump(); in artQuickToInterpreterBridge() 740 force_frame_pop ? nullptr : self->GetException(), in artQuickToInterpreterBridge() 1096 << self->GetException()->Dump(); in artInstrumentationMethodExitFromCode()
|
/art/runtime/mirror/ |
D | field.cc | 70 mirror::Throwable* exception = self->GetException(); in CreateFromArtField()
|
D | object_test.cc | 138 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F() 143 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F() 228 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TestPrimitiveArray() 233 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TestPrimitiveArray() 320 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F() 325 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F() 351 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F() 356 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F() 376 EXPECT_EQ(mirror::Class::PrettyDescriptor(soa.Self()->GetException()->GetClass()), in TEST_F()
|
D | class.cc | 123 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() 228 LOG(ERROR) << "Exception: " << self->GetException()->Dump(); in SetStatus() 235 ext->SetVerifyError(self->GetException()); in SetStatus()
|
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 100 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass()
|
/art/openjdkjvmti/ |
D | ti_search.cc | 370 << self->GetException()->Dump(); in AddToDexClassLoader()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 162 self->GetException()->GetClass()->DescriptorEquals( in CheckExceptionGenerateClassNotFound() 164 << self->GetException()->GetClass()->PrettyDescriptor(); in CheckExceptionGenerateClassNotFound() 270 self->GetException()->GetDetailMessage()->ToModifiedUtf8().c_str()); in UnstartedClassGetPrimitiveClass() 334 mirror::Object::PrettyTypeOf(self->GetException()).c_str()); in UnstartedClassNewInstance() 726 self->GetException()->GetClass()->DescriptorEquals( in UnstartedVmClassLoaderFindLoadedClass() 728 << self->GetException()->GetClass()->PrettyDescriptor(); in UnstartedVmClassLoaderFindLoadedClass()
|
D | interpreter_switch_impl-inl.h | 63 Handle<mirror::Throwable> abort_exception = hs.NewHandle(Self()->GetException()); in CheckTransactionAbort() 132 << Self()->GetException()->Dump(); in PossiblyHandlePendingExceptionOnInvoke() 188 Handle<mirror::Throwable> thr(hs.NewHandle(self->GetException())); in DoDexPcMoveEvent() 438 ObjPtr<mirror::Throwable> exception = Self()->GetException(); in MOVE_EXCEPTION()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 129 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
|
/art/runtime/jit/ |
D | jit.cc | 354 mirror::Throwable* exception = self->GetException(); in CompileMethod() 615 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) { in MaybeDoOnStackReplacement() 921 << self->GetException()->Dump(); in Run()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 410 << self->GetException()->Dump(); in CompileMethodHarness() 1485 mirror::Throwable* exception = self->GetException(); in CheckAndClearResolveException() 1652 mirror::Throwable* exception = soa.Self()->GetException(); in Visit() 2269 mirror::Throwable* exception = self->GetException(); in TryInitializeClass()
|
/art/runtime/jni/ |
D | jni_internal.cc | 465 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldJNI() 473 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldJNI() 715 if (!soa.Self()->GetException()) { in ExceptionDescribe() 721 hs.NewHandle<mirror::Throwable>(soa.Self()->GetException())); in ExceptionDescribe() 733 LOG(WARNING) << "JNI WARNING: " << mirror::Object::PrettyTypeOf(soa.Self()->GetException()) in ExceptionDescribe() 743 ObjPtr<mirror::Object> exception = soa.Self()->GetException(); in ExceptionOccurred()
|
/art/adbconnection/ |
D | adbconnection.cc | 819 self->GetException()->Dump(); in AttachJdwpAgent()
|