Home
last modified time | relevance | path

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

12

/art/runtime/
Dmethod_handles_test.cc132 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
146 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
160 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
174 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
211 ASSERT_TRUE(IsClassCastException(soa.Self()->GetException())); in TEST_F()
259 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
273 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
287 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
335 ASSERT_TRUE(IsNullPointerException(soa.Self()->GetException())); in TEST_F()
350 ASSERT_TRUE(IsClassCastException(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()
506 Handle<mirror::Throwable> cause = hs.NewHandle(soa.Self()->GetException()); in InvokeMethodImpl()
Dinstrumentation.cc157 new_exception_thrown = self->GetException() != exception.Get(); in ProcessMethodUnwindCallbacks()
163 exception.Assign(self->GetException()); in ProcessMethodUnwindCallbacks()
1461 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionThrownEvent()
1481 DCHECK(thread->GetException() == nullptr); in ExceptionHandledEvent()
Dclass_linker-inl.h326 DCHECK(!Thread::Current()->IsExceptionPending()) << Thread::Current()->GetException()->Dump(); in ResolveMethod()
468 DCHECK(!Thread::Current()->IsExceptionPending()) << Thread::Current()->GetException()->Dump(); in ResolveField()
Dthread.cc2510 auto* e = GetException(); in AssertPendingOOMException()
2517 LOG(FATAL) << "No pending exception expected: " << GetException()->Dump(); in AssertNoPendingException()
2525 << GetException()->Dump(); in AssertNoPendingExceptionForNewException()
2670 ObjPtr<mirror::Object> exception = self->GetException(); in HandleUncaughtExceptions()
3556 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException()
3889 ObjPtr<mirror::Throwable> exception = GetException(); in QuickDeliverException()
3962 ReadBarrier::MaybeAssertToSpaceInvariant(GetException()); in QuickDeliverException()
4670 DCHECK_EQ(GetException(), Thread::GetDeoptimizationException()); in DeoptimizeWithDeoptimizationException()
4802 : self_(self), hs_(self_), excp_(hs_.NewHandle<art::mirror::Throwable>(self_->GetException())) { in ScopedExceptionStorage()
4809 excp_.Assign(self_->GetException()); in SuppressOldException()
Dart_method.cc324 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock()
427 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
Dinstrumentation_test.cc409 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
422 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc77 self->GetException(), in artDeoptimizeFromCompiledCode()
Dquick_jni_entrypoints.cc97 saved_exception = self->GetException(); in artJniUnlockObject()
104 << self->GetException()->Dump() in artJniUnlockObject()
Dquick_trampoline_entrypoints.cc738 DCHECK(self->GetException() != Thread::GetDeoptimizationException()); in artQuickToInterpreterBridge()
743 self->GetException(), in artQuickToInterpreterBridge()
2540 << "Enter instrumentation exit stub with pending exception " << self->GetException()->Dump(); in artMethodExitHook()
2589 ret_val, is_ref, self->GetException(), false, deopt_method_type); in artMethodExitHook()
/art/runtime/mirror/
Dfield.cc70 mirror::Throwable* exception = self->GetException(); in CreateFromArtField()
Dobject_test.cc142 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
147 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
232 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
237 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
324 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
329 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
355 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
360 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
380 EXPECT_EQ(mirror::Class::PrettyDescriptor(soa.Self()->GetException()->GetClass()), in TEST_F()
Dclass.cc122 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent()
227 LOG(ERROR) << "Exception: " << self->GetException()->Dump(); in SetStatus()
234 ext->SetErroneousStateError(self->GetException()); in SetStatus()
/art/runtime/native/
Djava_lang_VMClassLoader.cc100 ObjPtr<mirror::Class> exception_class = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass()
/art/openjdkjvmti/
Dti_search.cc365 << self->GetException()->Dump(); in AddToDexClassLoader()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h63 Handle<mirror::Throwable> abort_exception = hs.NewHandle(Self()->GetException()); in CheckTransactionAbort()
127 << Self()->GetException()->Dump(); in PossiblyHandlePendingExceptionOnInvoke()
183 Handle<mirror::Throwable> thr(hs.NewHandle(self->GetException())); in DoDexPcMoveEvent()
431 ObjPtr<mirror::Throwable> exception = Self()->GetException(); in MOVE_EXCEPTION()
Dunstarted_runtime.cc167 self->GetException()->GetClass()->DescriptorEquals( in CheckExceptionGenerateClassNotFound()
169 << self->GetException()->GetClass()->PrettyDescriptor(); in CheckExceptionGenerateClassNotFound()
274 self->GetException()->GetDetailMessage()->ToModifiedUtf8().c_str()); in UnstartedClassGetPrimitiveClass()
338 mirror::Object::PrettyTypeOf(self->GetException()).c_str()); in UnstartedClassNewInstance()
765 self->GetException()->GetClass()->DescriptorEquals( in UnstartedVmClassLoaderFindLoadedClass()
767 << self->GetException()->GetClass()->PrettyDescriptor(); in UnstartedVmClassLoaderFindLoadedClass()
Dinterpreter.cc473 DCHECK(self->GetException() != Thread::GetDeoptimizationException()); in EnterInterpreterFromDeoptimize()
Dinterpreter_common.cc153 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in MoveToExceptionHandler()
1097 if (!self->GetException()->IsError()) { in DoResolveCallSite()
Dunstarted_runtime_test.cc1103 CHECK(!self->IsExceptionPending()) << self->GetException()->Dump(); in RunTest()
1130 CHECK(!self->IsExceptionPending()) << name << " " << self->GetException()->Dump(); in RunTest()
/art/runtime/entrypoints/
Dentrypoint_utils.cc141 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
/art/runtime/jit/
Djit.cc336 mirror::Throwable* exception = self->GetException(); in CompileMethodInternal()
601 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) { in MaybeDoOnStackReplacement()
944 << self->GetException()->Dump(); in Run()
/art/adbconnection/
Dadbconnection.cc834 self->GetException()->Dump(); in AttachJdwpAgent()
/art/runtime/jni/
Djni_internal.cc543 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldJNI()
551 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldJNI()
792 if (!soa.Self()->GetException()) { in ExceptionDescribe()
798 hs.NewHandle<mirror::Throwable>(soa.Self()->GetException())); in ExceptionDescribe()
810 LOG(WARNING) << "JNI WARNING: " << mirror::Object::PrettyTypeOf(soa.Self()->GetException()) in ExceptionDescribe()
820 ObjPtr<mirror::Object> exception = soa.Self()->GetException(); in ExceptionOccurred()

12