/art/runtime/entrypoints/portable/ |
D | portable_throw_entrypoints.cc | 66 mirror::Throwable* exception = self->GetException(NULL); in art_portable_get_and_clear_exception() 76 mirror::Throwable* exception = self->GetException(&throw_location); in art_portable_find_catch_block_from_code()
|
/art/runtime/mirror/ |
D | art_method.cc | 220 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location))); in FindCatchBlock() 321 if (UNLIKELY(self->GetException(nullptr) == Thread::GetDeoptimizationException())) { in Invoke()
|
D | object_test.cc | 147 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TEST_F() 152 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TEST_F() 236 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TestPrimitiveArray() 241 EXPECT_EQ(aioobe, soa.Self()->GetException(NULL)->GetClass()); in TestPrimitiveArray() 303 EXPECT_EQ(PrettyDescriptor(soa.Self()->GetException(NULL)->GetClass()), in TEST_F()
|
D | class.cc | 82 Handle<mirror::Throwable> old_exception(hs.NewHandle(self->GetException(&old_throw_location))); in SetStatus()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 623 saved_exception = self->GetException(&saved_throw_location); in UnlockJniSynchronizedMethod() 632 << self->GetException(NULL)->Dump(); in UnlockJniSynchronizedMethod()
|
D | entrypoint_utils.cc | 311 mirror::Throwable* exception = soa.Self()->GetException(NULL); in InvokeProxyInvocationHandler()
|
/art/runtime/ |
D | runtime.cc | 249 mirror::Throwable* exception = self->GetException(&throw_location); in DumpThread() 863 pre_allocated_OutOfMemoryError_ = GcRoot<mirror::Throwable>(self->GetException(NULL)); in Init() 870 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>(self->GetException(NULL)); in Init()
|
D | thread.cc | 1004 exc = scope.NewHandle(GetException(&exc_location)); in DumpJavaStack() 1142 mirror::Throwable* exception = GetException(nullptr); in AssertNoPendingException() 1150 mirror::Throwable* exception = GetException(nullptr); in AssertNoPendingExceptionForNewException() 1671 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException(nullptr))); in ThrowNewWrappedException() 1954 mirror::Throwable* exception = GetException(&throw_location); in QuickDeliverException()
|
D | jni_internal.cc | 218 Handle<mirror::Throwable> cause(hs.NewHandle(soa.Self()->GetException(&throw_location))); in FindFieldID() 225 soa.Self()->GetException(nullptr)->SetCause(cause.Get()); in FindFieldID() 719 if (!soa.Self()->GetException(nullptr)) { in ExceptionDescribe() 732 mirror::Throwable* old_exception_obj = soa.Self()->GetException(&old_throw_location); in ExceptionDescribe() 750 LOG(WARNING) << "JNI WARNING: " << PrettyTypeOf(soa.Self()->GetException(nullptr)) in ExceptionDescribe() 764 mirror::Object* exception = soa.Self()->GetException(nullptr); in ExceptionOccurred()
|
D | reflection.cc | 375 << self->GetException(nullptr)->Dump(); in CheckMethodArguments()
|
D | thread.h | 317 mirror::Throwable* GetException(ThrowLocation* throw_location) const in GetException() function
|
D | class_linker.cc | 3556 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException(nullptr))); in VerifyClass() 3562 self->GetException(nullptr)->SetCause(cause.Get()); in VerifyClass() 4195 << (self->GetException(nullptr) != nullptr ? self->GetException(nullptr)->Dump() : ""); in InitializeClass() 5658 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException(nullptr))); in ResolveType() 5663 self->GetException(nullptr)->SetCause(cause.Get()); in ResolveType()
|
D | monitor.cc | 308 << self->GetException(NULL)->Dump() << "\n" << ss.str(); in ThrowIllegalMonitorStateExceptionF()
|
D | instrumentation.cc | 1012 DCHECK_EQ(thread->GetException(nullptr), exception_object); in ExceptionCaughtEvent()
|
D | class_linker_test.cc | 52 mirror::Object* exception = self->GetException(NULL); in AssertNonExistentClass()
|
D | check_jni.cc | 808 mirror::Throwable* exception = self->GetException(&throw_location); in CheckThread()
|
D | debugger.cc | 3786 mirror::Throwable* old_exception_obj = soa.Self()->GetException(&old_throw_location); in ExecuteMethod() 3814 mirror::Throwable* exception = soa.Self()->GetException(NULL); in ExecuteMethod()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1570 mirror::Throwable* exception = self->GetException(nullptr); in CheckAndClearResolveException() 1715 mirror::Throwable* exception = soa.Self()->GetException(nullptr); in ResolveType() 1929 mirror::Throwable* exception = soa.Self()->GetException(&throw_location); in InitializeClass() 2159 << self->GetException(nullptr)->Dump(); in CompileMethod()
|
/art/runtime/arch/ |
D | stub_test.cc | 1175 EXPECT_FALSE(self->IsExceptionPending()) << PrettyTypeOf(self->GetException(nullptr)); in TEST_F() 1751 ASSERT_FALSE(self->IsExceptionPending()) << PrettyTypeOf(self->GetException(nullptr)); in TEST_F()
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 457 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException(&throw_location))); in FindNextInstructionFollowingException()
|
D | interpreter_switch_impl.cc | 167 Throwable* exception = self->GetException(nullptr); in ExecuteSwitchImpl()
|
D | interpreter_goto_table_impl.cc | 240 Throwable* exception = self->GetException(nullptr); in ExecuteGotoImpl()
|
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 117 _EVAL_DEF_INTRINSICS_FUNC(GetException,
|
D | gbc_expander.cc | 2892 case IntrinsicHelper::GetException: { in ExpandIntrinsic()
|
/art/compiler/dex/portable/ |
D | mir_to_gbc.cc | 273 art::llvm::IntrinsicHelper::GetException); in ConvertMoveException()
|