/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 | instrumentation.cc | 152 new_exception_thrown = self_->GetException() != exception.Get(); in PopFramesTo() 162 exception.Assign(self_->GetException()); in PopFramesTo() 1357 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionThrownEvent() 1377 DCHECK(thread->GetException() == nullptr); in ExceptionHandledEvent()
|
D | thread.cc | 1050 LOG(ERROR) << self->GetException()->Dump(); in Attach() 2347 auto* e = GetException(); in AssertPendingOOMException() 2355 LOG(FATAL) << "No pending exception expected: " << GetException()->Dump(); in AssertNoPendingException() 2363 << GetException()->Dump(); in AssertNoPendingExceptionForNewException() 3196 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException() 3529 ObjPtr<mirror::Throwable> exception = GetException(); in QuickDeliverException() 3623 ReadBarrier::MaybeAssertToSpaceInvariant(GetException()); in QuickDeliverException() 4205 DCHECK_EQ(GetException(), Thread::GetDeoptimizationException()); in DeoptimizeWithDeoptimizationException() 4328 : self_(self), hs_(self_), excp_(hs_.NewHandle<art::mirror::Throwable>(self_->GetException())) { in ScopedExceptionStorage() 4335 excp_.Assign(self_->GetException()); in SuppressOldException()
|
D | art_method.cc | 271 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock() 373 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
|
D | well_known_classes.cc | 197 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField() 223 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
|
D | debugger.cc | 211 << self->GetException()->Dump(); in DdmHandleChunk() 259 type) << std::endl << self->GetException()->Dump(); in DdmHandleChunk()
|
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 | 573 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump(); in VlogClassInitializationFailure() 595 << self->GetException()->Dump(); in WrapExceptionInInitializer() 1206 << ": " << self->GetException()->Dump(); in RunRootClinits() 2969 if (MatchesDexFileCaughtExceptions(self->GetException(), class_linker)) { in FilterDexFileCaughtExceptions() 3171 DCHECK(!MatchesDexFileCaughtExceptions(self->GetException(), this)); in FindClass() 3388 VLOG(class_linker) << self->GetException()->Dump(); in DefineClass() 4679 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification() 4687 self->GetException()->SetCause(cause.Get()); in AttemptSupertypeVerification() 5426 mirror::Class::PrettyClass(self->GetException()->GetClass())); in InitializeClass() 5526 << (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 | 132 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod() 141 << 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 | 154 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent() 259 LOG(ERROR) << "Exception: " << self->GetException()->Dump(); in SetStatus() 266 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/entrypoints/ |
D | entrypoint_utils.cc | 129 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
|
/art/runtime/jit/ |
D | jit.cc | 353 mirror::Throwable* exception = self->GetException(); in CompileMethod() 609 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) { in MaybeDoOnStackReplacement() 921 << self->GetException()->Dump(); in Run()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 105 << self->GetException()->Dump(); in PossiblyHandlePendingExceptionOnInvoke() 210 Handle<mirror::Throwable> thr(hs.NewHandle(self->GetException())); in DoDexPcMoveEvent() 454 ObjPtr<mirror::Throwable> exception = self->GetException(); in MOVE_EXCEPTION()
|
D | unstarted_runtime.cc | 167 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in CheckExceptionGenerateClassNotFound() 265 self->GetException()->GetDetailMessage()->ToModifiedUtf8().c_str()); in UnstartedClassGetPrimitiveClass() 329 mirror::Object::PrettyTypeOf(self->GetException()).c_str()); in UnstartedClassNewInstance() 712 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in UnstartedVmClassLoaderFindLoadedClass()
|
D | unstarted_runtime_test.cc | 1105 CHECK(!self->IsExceptionPending()) << self->GetException()->Dump(); in RunTest() 1130 CHECK(!self->IsExceptionPending()) << name << " " << self->GetException()->Dump(); in RunTest()
|
/art/runtime/jni/ |
D | jni_internal.cc | 366 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldJNI() 374 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldJNI() 616 if (!soa.Self()->GetException()) { in ExceptionDescribe() 622 hs.NewHandle<mirror::Throwable>(soa.Self()->GetException())); in ExceptionDescribe() 634 LOG(WARNING) << "JNI WARNING: " << mirror::Object::PrettyTypeOf(soa.Self()->GetException()) in ExceptionDescribe() 644 ObjPtr<mirror::Object> exception = soa.Self()->GetException(); in ExceptionOccurred()
|
/art/adbconnection/ |
D | adbconnection.cc | 813 self->GetException()->Dump(); in AttachJdwpAgent()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 462 << self->GetException()->Dump(); in CompileMethodHarness() 1583 mirror::Throwable* exception = self->GetException(); in CheckAndClearResolveException() 1750 mirror::Throwable* exception = soa.Self()->GetException(); in Visit() 2360 mirror::Throwable* exception = soa.Self()->GetException(); in TryInitializeClass()
|