Home
last modified time | relevance | path

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

1234

/aosp12/art/runtime/
H A 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()
205 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
253 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
267 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
[all …]
H A 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()
394 if (hs.Self()->IsExceptionPending()) { in ResolveMethod()
401 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod()
411 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod()
H A 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()
H A Dmethod_handles.cc522 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()
925 DCHECK(self->IsExceptionPending()); in MethodHandleFieldAccess()
1193 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeExactInternal()
[all …]
H A Dcommon_dex_operations.h118 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldGetCommon()
180 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
250 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
H A Dmonitor_test.cc108 EXPECT_EQ(expected_, self->IsExceptionPending()); in Run()
153 EXPECT_EQ(expected_, self->IsExceptionPending()); in Run()
198 if (self->IsExceptionPending()) { in Run()
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Field.cc153 DCHECK(self->IsExceptionPending()); in CheckReceiver()
163 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver()
174 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
179 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
187 DCHECK(soa.Self()->IsExceptionPending()); in Field_get()
201 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
207 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
224 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
231 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField()
349 DCHECK(soa.Self()->IsExceptionPending()); in Field_set()
[all …]
H A 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()
H A Djava_lang_reflect_Constructor.cc98 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
114 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
H A Djava_lang_VMClassLoader.cc60 DCHECK(!self->IsExceptionPending()); in FindClassInPathClassLoader()
63 if (self->IsExceptionPending()) { in FindClassInPathClassLoader()
H A Djava_lang_Class.cc265 DCHECK(soa.Self()->IsExceptionPending()); in Class_getInterfacesInternal()
451 } else if (UNLIKELY(self->IsExceptionPending())) { in GetPublicFieldRecursive()
467 } else if (UNLIKELY(self->IsExceptionPending())) { in GetPublicFieldRecursive()
524 if (!soa.Self()->IsExceptionPending()) { in Class_getDeclaredField()
733 if (soa.Self()->IsExceptionPending()) { in Class_getDeclaredClasses()
935 if (UNLIKELY(soa.Self()->IsExceptionPending())) { in Class_newInstance()
968 DCHECK(self->IsExceptionPending()); in Class_newInstance()
977 if (UNLIKELY(soa.Self()->IsExceptionPending())) { in Class_newInstance()
/aosp12/art/runtime/mirror/
H A 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()
H A Dobject_test.cc137 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
142 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
227 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TestPrimitiveArray()
232 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TestPrimitiveArray()
319 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
324 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
350 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
355 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
375 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
/aosp12/art/runtime/arch/
H A Dstub_test.cc549 EXPECT_TRUE(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()
773 EXPECT_TRUE(self->IsExceptionPending()); in TEST_F()
[all …]
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc119 CHECK(!self->IsExceptionPending()); in CreateObjectArray()
614 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
621 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
982 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F()
1052 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F()
1120 CHECK(!self->IsExceptionPending()); in RunTest()
1177 CHECK(!self->IsExceptionPending()); in GetBootClassLoader()
1289 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
1342 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
1363 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
[all …]
H A Dinterpreter_common.cc118 return !self->IsExceptionPending(); in SendMethodExitEvents()
371 CHECK(self->IsExceptionPending()); in DoMethodHandleInvokeCommon()
478 CHECK(self->IsExceptionPending()); in DoVarHandleInvokeCommon()
861 DCHECK(self->IsExceptionPending()); in BuildCallSiteForBootstrapMethod()
922 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
940 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1029 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1069 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
1146 DCHECK(self->IsExceptionPending()); in DoInvokeCustom()
1411 return !self->IsExceptionPending(); in DoCallCommon()
[all …]
H A Dlock_count_data.cc35 if (self->IsExceptionPending()) { in AddMonitor()
92 if (self->IsExceptionPending()) { in CheckAllMonitorsReleasedOrThrow()
H A Dinterpreter_common.h83 if (UNLIKELY(self->IsExceptionPending())) { in DoMonitorEnter()
209 if (UNLIKELY(self->IsExceptionPending())) { in PerformNonStandardReturn()
258 CHECK(self->IsExceptionPending()); in DoInvoke()
274 CHECK(self->IsExceptionPending()); in DoInvoke()
291 return !self->IsExceptionPending(); in DoInvoke()
380 return !self->IsExceptionPending(); in DoInvoke()
495 CHECK(self->IsExceptionPending()); in DoFieldGet()
519 CHECK(self->IsExceptionPending()); in DoFieldGet()
594 CHECK(self->IsExceptionPending()); in DoFieldPut()
639 DCHECK(self->IsExceptionPending()); in ResolveString()
H A Dunstarted_runtime.cc145 CHECK(self->IsExceptionPending()); in UnstartedRuntimeFindClass()
159 if (self->IsExceptionPending()) { in CheckExceptionGenerateClassNotFound()
267 DCHECK(self->IsExceptionPending()); in UnstartedClassGetPrimitiveClass()
321 if (!self->IsExceptionPending()) { in UnstartedClassNewInstance()
608 if (self->IsExceptionPending()) { in GetResourceAsStream()
665 DCHECK(self->IsExceptionPending()); in UnstartedConstructorNewInstance0()
702 if (self->IsExceptionPending()) { in UnstartedConstructorNewInstance0()
723 if (self->IsExceptionPending()) { in UnstartedVmClassLoaderFindLoadedClass()
816 DCHECK(self->IsExceptionPending()); in UnstartedSystemArraycopy()
1703 if (self->IsExceptionPending()) { in UnstartedMethodInvoke()
[all …]
/aosp12/art/runtime/entrypoints/
H A 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()
708 CHECK(self->IsExceptionPending()); in ResolveVerifyAndClinit()
731 CHECK(self->IsExceptionPending()); in ResolveVerifyAndClinit()
H A 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()
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc331 DCHECK(self->IsExceptionPending()); in NterpGetMethod()
454 DCHECK(self->IsExceptionPending()); in ResolveFieldWithAccessChecks()
479 DCHECK(self->IsExceptionPending()); in NterpGetStaticField()
487 DCHECK(self->IsExceptionPending()); in NterpGetStaticField()
521 DCHECK(self->IsExceptionPending()); in NterpGetInstanceFieldOffset()
566 DCHECK(self->IsExceptionPending()); in NterpGetClassOrAllocateObject()
604 DCHECK(self->IsExceptionPending()); in NterpLoadObject()
659 DCHECK(self->IsExceptionPending()); in DoFilledNewArray()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver-inl.h45 DCHECK_EQ(cls == nullptr, soa.Self()->IsExceptionPending()); in ResolveClass()
72 DCHECK_EQ(resolved_field == nullptr, soa.Self()->IsExceptionPending()); in ResolveField()
/aosp12/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc862 if (soa.Self()->IsExceptionPending()) { in artQuickProxyInvokeHandler()
871 if (soa.Self()->IsExceptionPending()) { in artQuickProxyInvokeHandler()
1079 if (UNLIKELY(self->IsExceptionPending())) { in artInstrumentationMethodEntryFromCode()
1322 if (LIKELY(!self->IsExceptionPending())) { in artQuickResolutionTrampoline()
1394 DCHECK(self->IsExceptionPending()); in artQuickResolutionTrampoline()
2131 if (self->IsExceptionPending()) { in artQuickGenericJniTrampoline()
2219 CHECK(self->IsExceptionPending()); in artInvokeCommon()
2223 DCHECK(!self->IsExceptionPending()); in artInvokeCommon()
2335 CHECK(self->IsExceptionPending()); in artInvokeInterfaceTrampoline()
2450 CHECK(self->IsExceptionPending()); in artInvokePolymorphic()
[all …]
H A Dquick_jni_entrypoints.cc141 if (UNLIKELY(self->IsExceptionPending())) { in UnlockJniSynchronizedMethod()
147 if (UNLIKELY(self->IsExceptionPending())) { in UnlockJniSynchronizedMethod()
187 if (!self->IsExceptionPending()) { in JniMethodEndWithReferenceHandleResult()

1234