Home
last modified time | relevance | path

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

12

/art/runtime/
Dmethod_handles_test.cc127 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 …]
Dimtable_test.cc57 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
67 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
Dreflection.cc390 << self->GetException()->Dump(); in CheckMethodArguments()
500 DCHECK(soa.Self()->GetException()->GetClass()->DescriptorEquals( in InvokeMethodImpl()
502 << soa.Self()->GetException()->GetClass()->PrettyDescriptor(); in InvokeMethodImpl()
Dinstrumentation.cc152 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()
Dwell_known_classes.cc200 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField()
226 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
Dart_method.cc272 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock()
374 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
Ddebugger.cc211 << self->GetException()->Dump(); in DdmHandleChunk()
259 type) << std::endl << self->GetException()->Dump(); in DdmHandleChunk()
Dthread.cc2357 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()
Dinstrumentation_test.cc418 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
431 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
Dclass_linker.cc577 << 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/
Dquick_deoptimization_entrypoints.cc74 self->GetException(), in artDeoptimizeFromCompiledCode()
Dquick_jni_entrypoints.cc142 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod()
151 << self->GetException()->Dump(); in UnlockJniSynchronizedMethod()
Dquick_trampoline_entrypoints.cc731 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/
Dfield.cc70 mirror::Throwable* exception = self->GetException(); in CreateFromArtField()
Dobject_test.cc138 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()
Dclass.cc123 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/
Djava_lang_VMClassLoader.cc100 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass()
/art/openjdkjvmti/
Dti_search.cc370 << self->GetException()->Dump(); in AddToDexClassLoader()
/art/runtime/interpreter/
Dunstarted_runtime.cc162 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()
Dinterpreter_switch_impl-inl.h63 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/
Dentrypoint_utils.cc129 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
/art/runtime/jit/
Djit.cc354 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/
Dcompiler_driver.cc410 << 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/
Djni_internal.cc465 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/
Dadbconnection.cc819 self->GetException()->Dump(); in AttachJdwpAgent()

12