/art/runtime/ |
D | method_handles_test.cc | 127 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 …]
|
D | imtable_test.cc | 57 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses() 67 LOG(ERROR) << self->GetException()->Dump(); in LoadClasses()
|
D | well_known_classes.cc | 178 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField() 195 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
|
D | art_method.cc | 262 Handle<mirror::Throwable> exception(hs.NewHandle(self->GetException())); in FindCatchBlock() 365 if (UNLIKELY(self->GetException() == Thread::GetDeoptimizationException())) { in Invoke()
|
D | instrumentation_test.cc | 415 mirror::Throwable* event_exception = self->GetException(); in ReportEvent() 428 mirror::Throwable* event_exception = self->GetException(); in ReportEvent()
|
D | reflection.cc | 390 << self->GetException()->Dump(); in CheckMethodArguments()
|
D | debugger.cc | 2908 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()
|
D | thread.h | 435 mirror::Throwable* GetException() const REQUIRES_SHARED(Locks::mutator_lock_) { in GetException() function
|
D | monitor.cc | 618 << self->GetException()->Dump() << "\n" << ss.str(); in ThrowIllegalMonitorStateExceptionF()
|
/art/runtime/entrypoints/quick/ |
D | quick_deoptimization_entrypoints.cc | 74 self->GetException(), in artDeoptimizeFromCompiledCode()
|
D | quick_trampoline_entrypoints.cc | 816 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/ |
D | field-inl.h | 60 mirror::Throwable* exception = self->GetException(); in CreateFromArtField()
|
D | object_test.cc | 138 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/ |
D | java_lang_VMClassLoader.cc | 100 ObjPtr<mirror::Class> exception = self->GetException()->GetClass(); in VMClassLoader_findLoadedClass()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 126 ObjPtr<mirror::Throwable> exception = soa.Self()->GetException(); in InvokeProxyInvocationHandler()
|
D | entrypoint_utils-inl.h | 748 saved_exception = self->GetException(); in UnlockJniSynchronizedMethod() 757 << self->GetException()->Dump(); in UnlockJniSynchronizedMethod()
|
/art/runtime/jit/ |
D | jit.cc | 288 mirror::Throwable* exception = self->GetException(); in CompileMethod() 535 if (UNLIKELY(thread->GetException() == Thread::GetDeoptimizationException())) { in MaybeDoOnStackReplacement()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 167 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()
|
D | unstarted_runtime_test.cc | 1105 CHECK(!self->IsExceptionPending()) << self->GetException()->Dump(); in RunTest() 1130 CHECK(!self->IsExceptionPending()) << name << " " << self->GetException()->Dump(); in RunTest()
|
D | interpreter_common.cc | 485 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/ |
D | jni_internal.cc | 508 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/ |
D | adbconnection.cc | 829 self->GetException()->Dump(); in AttachJdwpAgent()
|
/art/runtime/arch/ |
D | stub_test.cc | 1060 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/ |
D | ti_thread.cc | 182 << self->GetException()->Dump(); in WaitForSystemDaemonStart()
|
D | events.cc | 661 art::Handle<art::mirror::Throwable> old_exception(hs.NewHandle(self->GetException())); in MethodUnwind()
|