Home
last modified time | relevance | path

Searched refs:GetException (Results 1 – 25 of 28) 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()
Dwell_known_classes.cc178 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField()
195 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
Dart_method.cc262 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock()
365 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
Dinstrumentation_test.cc415 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
428 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
Dreflection.cc390 << self->GetException()->Dump(); in CheckMethodArguments()
Ddebugger.cc2908 Handle<mirror::Throwable> pending_exception(hs.NewHandle(self->GetException())); in PostLocationEvent()
3999 Handle<mirror::Throwable> old_exception = hs.NewHandle(soa.Self()->GetException()); in ExecuteMethod()
4064 Handle<mirror::Throwable> exception = hs.NewHandle(soa.Self()->GetException()); in ExecuteMethodWithoutPendingException()
4220 << self->GetException()->Dump(); in DdmHandleChunk()
4268 type) << std::endl << self->GetException()->Dump(); in DdmHandleChunk()
Dthread.h435 mirror::Throwable* GetException() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetException() function
Dmonitor.cc618 << self->GetException()->Dump() << "\n" << ss.str(); in ThrowIllegalMonitorStateExceptionF()
/art/runtime/entrypoints/quick/
Dquick_deoptimization_entrypoints.cc74 self->GetException(), in artDeoptimizeFromCompiledCode()
Dquick_trampoline_entrypoints.cc816 if (force_frame_pop && self->GetException() != nullptr) { in artQuickToInterpreterBridge()
818 << self->GetException()->Dump(); in artQuickToInterpreterBridge()
825 force_frame_pop ? nullptr : self->GetException(), in artQuickToInterpreterBridge()
1178 << self->GetException()->Dump(); in artInstrumentationMethodExitFromCode()
/art/runtime/mirror/
Dfield-inl.h60 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()
227 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
232 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TestPrimitiveArray()
277 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
282 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
308 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
313 EXPECT_OBJ_PTR_EQ(aioobe.Get(), soa.Self()->GetException()->GetClass()); in TEST_F()
333 EXPECT_EQ(mirror::Class::PrettyDescriptor(soa.Self()->GetException()->GetClass()), in TEST_F()
/art/runtime/native/
Djava_lang_VMClassLoader.cc100 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass()
/art/runtime/entrypoints/
Dentrypoint_utils.cc126 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
Dentrypoint_utils-inl.h748 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod()
757 << self->GetException()->Dump(); in UnlockJniSynchronizedMethod()
/art/runtime/jit/
Djit.cc288 mirror::Throwable* exception = self->GetException(); in CompileMethod()
535 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) { in MaybeDoOnStackReplacement()
/art/runtime/interpreter/
Dunstarted_runtime.cc167 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()
763 std::string type(mirror::Object::PrettyTypeOf(self->GetException())); in UnstartedVmClassLoaderFindLoadedClass()
Dunstarted_runtime_test.cc1105 CHECK(!self->IsExceptionPending()) << self->GetException()->Dump(); in RunTest()
1130 CHECK(!self->IsExceptionPending()) << name << " " << self->GetException()->Dump(); in RunTest()
Dinterpreter_common.cc485 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL()
1440 if (!self->GetException()->IsError()) { in DoResolveCallSite()
/art/runtime/jni/
Djni_internal.cc508 Handle<mirror::Throwable> cause(hs2.NewHandle(soa.Self()->GetException())); in FindFieldID()
516 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldID()
778 if (!soa.Self()->GetException()) { in ExceptionDescribe()
784 hs.NewHandle<mirror::Throwable>(soa.Self()->GetException())); in ExceptionDescribe()
796 LOG(WARNING) << "JNI WARNING: " << mirror::Object::PrettyTypeOf(soa.Self()->GetException()) in ExceptionDescribe()
806 ObjPtr<mirror::Object> exception = soa.Self()->GetException(); in ExceptionOccurred()
/art/adbconnection/
Dadbconnection.cc829 self->GetException()->Dump(); in AttachJdwpAgent()
/art/runtime/arch/
Dstub_test.cc1060 EXPECT_FALSE(self->IsExceptionPending()) << mirror::Object::PrettyTypeOf(self->GetException()); in TEST_F()
1940 ASSERT_FALSE(self->IsExceptionPending()) << mirror::Object::PrettyTypeOf(self->GetException()); in TEST_F()
/art/openjdkjvmti/
Dti_thread.cc182 << self->GetException()->Dump(); in WaitForSystemDaemonStart()
Devents.cc661 art::Handle<art::mirror::Throwable> old_exception(hs.NewHandle(self->GetException())); in MethodUnwind()

12