Home
last modified time | relevance | path

Searched refs:IsExceptionPending (Results 1 – 25 of 86) sorted by relevance

1234

/art/runtime/
Dmethod_handles_test.cc89 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
101 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
113 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
126 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
140 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
154 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
168 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
188 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
203 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
205 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
[all …]
Dmethod_handles-inl.h122 DCHECK(!Thread::Current()->IsExceptionPending()); in ConvertArgumentValue()
125 DCHECK(Thread::Current()->IsExceptionPending()); in ConvertArgumentValue()
156 DCHECK(!Thread::Current()->IsExceptionPending()); in ConvertReturnValue()
159 DCHECK(Thread::Current()->IsExceptionPending()); in ConvertReturnValue()
203 DCHECK(self->IsExceptionPending()); in PerformConversions()
Dclass_linker-inl.h72 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString()
86 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString()
100 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString()
124 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType()
138 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType()
152 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType()
385 if (hs.Self()->IsExceptionPending()) { in ResolveMethod()
392 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod()
402 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod()
Dmethod_handles.cc489 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeMethod()
505 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeMethod()
522 if (self->IsExceptionPending()) { in MethodHandleInvokeMethod()
543 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeMethod()
602 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeTransform()
619 if (self->IsExceptionPending()) { in MethodHandleInvokeTransform()
640 DCHECK(self->IsExceptionPending()); in GetAndInitializeDeclaringClass()
672 DCHECK(self->IsExceptionPending()); in RefineTargetMethod()
743 DCHECK(self->IsExceptionPending()); in DoInvokePolymorphicMethod()
917 DCHECK(self->IsExceptionPending()); in MethodHandleFieldAccess()
[all …]
Dcommon_dex_operations.h118 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldGetCommon()
180 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
250 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
Dmonitor_test.cc108 EXPECT_EQ(expected_, self->IsExceptionPending()); in Run()
153 EXPECT_EQ(expected_, self->IsExceptionPending()); in Run()
198 if (self->IsExceptionPending()) { in Run()
/art/runtime/mirror/
Darray.cc60 CHECK(self->IsExceptionPending()); in RecursiveCreateMultiArray()
69 CHECK(self->IsExceptionPending()); in RecursiveCreateMultiArray()
104 CHECK(self->IsExceptionPending()); in CreateMultiArray()
110 CHECK(self->IsExceptionPending()); in CreateMultiArray()
117 CHECK(self->IsExceptionPending()); in CreateMultiArray()
Dclass-alloc-inl.h69 if (UNLIKELY(self->IsExceptionPending())) { in Alloc()
/art/runtime/native/
Djava_lang_reflect_Field.cc139 DCHECK(self->IsExceptionPending()); in CheckReceiver()
149 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver()
160 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
165 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
173 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
187 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
193 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
204 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
210 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
217 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
[all …]
Djava_lang_reflect_Executable.cc121 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterAnnotationsNative()
135 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterAnnotationsNative()
242 if (UNLIKELY(self->IsExceptionPending())) { in Executable_getParameters0()
248 if (UNLIKELY(self->IsExceptionPending())) { in Executable_getParameters0()
334 CHECK(soa.Self()->IsExceptionPending()); in Executable_getMethodReturnTypeInternal()
358 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal()
367 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal()
Djava_lang_reflect_Constructor.cc98 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
114 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
Djava_lang_VMClassLoader.cc60 DCHECK(!self->IsExceptionPending()); in FindClassInPathClassLoader()
63 if (self->IsExceptionPending()) { in FindClassInPathClassLoader()
Djava_lang_reflect_Array.cc65 CHECK(soa.Self()->IsExceptionPending()); in Array_createObjectArray()
/art/runtime/interpreter/
Dlock_count_data.cc35 if (self->IsExceptionPending()) { in AddMonitor()
92 if (self->IsExceptionPending()) { in CheckAllMonitorsReleasedOrThrow()
Dunstarted_runtime_test.cc124 CHECK(!self->IsExceptionPending()); in CreateObjectArray()
155 bool exception_pending = self->IsExceptionPending(); in RunArrayCopy()
210 ASSERT_FALSE(self->IsExceptionPending()); in TestCeilFloor()
619 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
626 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
665 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
672 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
750 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
767 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
792 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F()
[all …]
Dinterpreter_common.cc122 return !self->IsExceptionPending(); in SendMethodExitEvents()
197 if (UNLIKELY(self->IsExceptionPending())) { in MoveToExceptionHandler()
274 DCHECK(self->IsExceptionPending()); in ArtInterpreterToCompiledCodeBridge()
375 CHECK(self->IsExceptionPending()); in DoMethodHandleInvokeCommon()
482 CHECK(self->IsExceptionPending()); in DoVarHandleInvokeCommon()
661 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
672 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
683 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
694 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
865 DCHECK(self->IsExceptionPending()); in BuildCallSiteForBootstrapMethod()
[all …]
Dinterpreter_common.h83 if (UNLIKELY(self->IsExceptionPending())) { in DoMonitorEnter()
210 if (UNLIKELY(self->IsExceptionPending())) { in PerformNonStandardReturn()
264 CHECK(self->IsExceptionPending()); in DoInvoke()
291 CHECK(self->IsExceptionPending()); in DoInvoke()
312 return !self->IsExceptionPending(); in DoInvoke()
401 return !self->IsExceptionPending(); in DoInvoke()
516 CHECK(self->IsExceptionPending()); in DoFieldGet()
540 CHECK(self->IsExceptionPending()); in DoFieldGet()
603 if (UNLIKELY(self->IsExceptionPending())) { in DoIGetQuick()
680 CHECK(self->IsExceptionPending()); in DoFieldPut()
[all …]
Dunstarted_runtime.cc140 if (!self->IsExceptionPending()) { in UnstartedRuntimeFindClass()
151 CHECK(self->IsExceptionPending()); in UnstartedRuntimeFindClass()
165 if (self->IsExceptionPending()) { in CheckExceptionGenerateClassNotFound()
262 DCHECK(self->IsExceptionPending()); in UnstartedClassGetPrimitiveClass()
316 if (!self->IsExceptionPending()) { in UnstartedClassNewInstance()
603 if (self->IsExceptionPending()) { in GetResourceAsStream()
660 DCHECK(self->IsExceptionPending()); in UnstartedConstructorNewInstance0()
692 if (self->IsExceptionPending()) { in UnstartedConstructorNewInstance0()
710 if (self->IsExceptionPending()) { in UnstartedVmClassLoaderFindLoadedClass()
792 DCHECK(self->IsExceptionPending()); in UnstartedSystemArraycopy()
[all …]
/art/runtime/arch/
Dstub_test.cc549 EXPECT_TRUE(self->IsExceptionPending()); in TestUnlockObject()
625 EXPECT_FALSE(self->IsExceptionPending()); in TestUnlockObject()
712 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F()
719 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F()
727 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F()
735 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F()
743 EXPECT_TRUE(self->IsExceptionPending()); in TEST_F()
751 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F()
758 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F()
765 EXPECT_TRUE(self->IsExceptionPending()); in TEST_F()
[all …]
/art/dex2oat/driver/
Dcompiler_driver-inl.h45 DCHECK_EQ(cls == nullptr, soa.Self()->IsExceptionPending()); in ResolveClass()
72 DCHECK_EQ(resolved_field == nullptr, soa.Self()->IsExceptionPending()); in ResolveField()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h137 DCHECK(self->IsExceptionPending()); in CheckClassInitializedForObjectAlloc()
140 DCHECK(!self->IsExceptionPending()); in CheckClassInitializedForObjectAlloc()
243 DCHECK(Thread::Current()->IsExceptionPending()); in CheckArrayAlloc()
346 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindFieldFromCode()
360 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindFieldFromCode()
393 DCHECK(self->IsExceptionPending()); // Throw exception and unwind in FindFieldFromCode()
481 CHECK(self->IsExceptionPending()); in FindMethodToCall()
579 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindMethodFromCode()
709 CHECK(self->IsExceptionPending()); in ResolveVerifyAndClinit()
732 CHECK(self->IsExceptionPending()); in ResolveVerifyAndClinit()
Dentrypoint_utils.cc78 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
90 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
109 if (LIKELY(!soa.Self()->IsExceptionPending())) { in InvokeProxyInvocationHandler()
121 DCHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
/art/runtime/entrypoints/quick/
Dquick_lock_entrypoints.cc35 if (UNLIKELY(self->IsExceptionPending())) { in artLockObjectFromCode()
Dquick_jni_entrypoints.cc131 if (UNLIKELY(self->IsExceptionPending())) { in UnlockJniSynchronizedMethod()
137 if (UNLIKELY(self->IsExceptionPending())) { in UnlockJniSynchronizedMethod()
177 if (!self->IsExceptionPending()) { in JniMethodEndWithReferenceHandleResult()
/art/runtime/interpreter/mterp/
Dnterp.cc235 DCHECK(self->IsExceptionPending()); in NterpGetMethod()
365 DCHECK(self->IsExceptionPending()); in NterpGetStaticField()
373 DCHECK(self->IsExceptionPending()); in NterpGetStaticField()
405 DCHECK(self->IsExceptionPending()); in NterpGetInstanceFieldOffset()
450 DCHECK(self->IsExceptionPending()); in NterpGetClassOrAllocateObject()
488 DCHECK(self->IsExceptionPending()); in NterpLoadObject()
543 DCHECK(self->IsExceptionPending()); in DoFilledNewArray()

1234