Home
last modified time | relevance | path

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

12

/art/runtime/
Dmethod_handles_test.cc126 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
140 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
154 ASSERT_TRUE(IsWrongMethodTypeException(soa.Self()->GetException())); in TEST_F()
168 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()
Dwell_known_classes.cc181 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField()
198 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
Dthread.cc848 LOG(ERROR) << self->GetException()->Dump(); in Attach()
1956 exc = scope.NewHandle(GetException()); in DumpJavaStack()
2140 auto* e = GetException(); in AssertPendingOOMException()
2148 LOG(FATAL) << "No pending exception expected: " << GetException()->Dump(); in AssertNoPendingException()
2156 << GetException()->Dump(); in AssertNoPendingExceptionForNewException()
3001 ScopedLocalRef<jobject> cause(GetJniEnv(), soa.AddLocalReference<jobject>(GetException())); in ThrowNewWrappedException()
3332 ObjPtr<mirror::Throwable> exception = GetException(); in QuickDeliverException()
3389 ReadBarrier::MaybeAssertToSpaceInvariant(GetException()); in QuickDeliverException()
3953 DCHECK_EQ(GetException(), Thread::GetDeoptimizationException()); in DeoptimizeWithDeoptimizationException()
Dart_method.cc277 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock()
378 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
Dinstrumentation_test.cc429 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
445 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
Dinstrumentation.cc1161 DCHECK_EQ(thread->GetException(), h_exception.Get()); in ExceptionThrownEvent()
1181 DCHECK(thread->GetException() == nullptr); in ExceptionHandledEvent()
Djni_internal.cc320 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()
327 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldID()
583 if (!soa.Self()->GetException()) { in ExceptionDescribe()
589 hs.NewHandle<mirror::Throwable>(soa.Self()->GetException())); in ExceptionDescribe()
601 LOG(WARNING) << "JNI WARNING: " << mirror::Object::PrettyTypeOf(soa.Self()->GetException()) in ExceptionDescribe()
611 mirror::Object* exception = soa.Self()->GetException(); in ExceptionOccurred()
Druntime.cc487 mirror::Throwable* exception = self->GetException(); in DumpThread()
1530 pre_allocated_OutOfMemoryError_ = GcRoot<mirror::Throwable>(self->GetException()); in Init()
1537 pre_allocated_NoClassDefFoundError_ = GcRoot<mirror::Throwable>(self->GetException()); in Init()
Dclass_linker.cc257 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump(); in VlogClassInitializationFailure()
275 << self->GetException()->Dump(); in WrapExceptionInInitializer()
2759 VLOG(class_linker) << self->GetException()->Dump(); in DefineClass()
3993 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in AttemptSupertypeVerification()
4001 self->GetException()->SetCause(cause.Get()); in AttemptSupertypeVerification()
4692 mirror::Class::PrettyClass(self->GetException()->GetClass())); in InitializeClass()
4786 << (self->GetException() != nullptr ? self->GetException()->Dump() : ""); in InitializeClass()
7827 Handle<mirror::Throwable> cause(hs.NewHandle(self->GetException())); in DoResolveType()
7832 self->GetException()->SetCause(cause.Get()); in DoResolveType()
Dreflection.cc388 << self->GetException()->Dump(); in CheckMethodArguments()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc78 self->GetException(), in artDeoptimizeFromCompiledCode()
Dquick_trampoline_entrypoints.cc849 self->GetException(), in artQuickToInterpreterBridge()
1158 << self->GetException()->Dump(); in artInstrumentationMethodExitFromCode()
/art/runtime/mirror/
Dfield-inl.h44 mirror::Throwable* exception = self->GetException(); in CreateFromArtField()
Dobject_test.cc136 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
141 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
225 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
230 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
274 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
279 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
304 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
309 EXPECT_EQ(aioobe, soa.Self()->GetException()->GetClass()); in TEST_F()
328 EXPECT_EQ(mirror::Class::PrettyDescriptor(soa.Self()->GetException()->GetClass()), in TEST_F()
Dclass.cc121 Handle<Throwable> throwable(hs.NewHandle(self->GetException())); in EnsureExtDataPresent()
182 LOG(ERROR) << "Exception: " << self->GetException()->Dump(); in SetStatus()
189 ext->SetVerifyError(self->GetException()); in SetStatus()
/art/runtime/native/
Djava_lang_VMClassLoader.cc94 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass()
/art/runtime/entrypoints/
Dentrypoint_utils.cc123 mirror::Throwable* exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
Dentrypoint_utils-inl.h778 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod()
787 << self->GetException()->Dump(); in UnlockJniSynchronizedMethod()
/art/runtime/jit/
Djit.cc313 mirror::Throwable* exception = self->GetException(); in CompileMethod()
574 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) { in MaybeDoOnStackReplacement()
/art/runtime/interpreter/
Dunstarted_runtime.cc163 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in CheckExceptionGenerateClassNotFound()
253 self->GetException()->GetDetailMessage()->ToModifiedUtf8().c_str()); in UnstartedClassGetPrimitiveClass()
318 mirror::Object::PrettyTypeOf(self->GetException()).c_str()); in UnstartedClassNewInstance()
755 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in UnstartedVmClassLoaderFindLoadedClass()
Dunstarted_runtime_test.cc1127 CHECK(!self->IsExceptionPending()) << self->GetException()->Dump(); in RunTest()
1152 CHECK(!self->IsExceptionPending()) << name << " " << self->GetException()->Dump(); in RunTest()
/art/compiler/driver/
Dcompiler_driver.cc512 << self->GetException()->Dump(); in CompileMethodHarness()
1640 mirror::Throwable* exception = self->GetException(); in CheckAndClearResolveException()
1813 mirror::Throwable* exception = soa.Self()->GetException(); in Visit()
2355 mirror::Throwable* exception = soa.Self()->GetException(); in TryInitializeClass()
/art/adbconnection/
Dadbconnection.cc835 self->GetException()->Dump(); in AttachJdwpAgent()
/art/runtime/arch/
Dstub_test.cc1057 EXPECT_FALSE(self->IsExceptionPending()) << mirror::Object::PrettyTypeOf(self->GetException()); in TEST_F()
1925 ASSERT_FALSE(self->IsExceptionPending()) << mirror::Object::PrettyTypeOf(self->GetException()); in TEST_F()

12