/aosp12/art/runtime/ |
H A D | method_handles_test.cc | 89 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 D | class_linker-inl.h | 72 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 D | method_handles-inl.h | 122 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 D | method_handles.cc | 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() 925 DCHECK(self->IsExceptionPending()); in MethodHandleFieldAccess() 1193 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeExactInternal() [all …]
|
H A D | common_dex_operations.h | 118 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldGetCommon() 180 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon() 250 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
|
H A D | monitor_test.cc | 108 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 D | java_lang_reflect_Field.cc | 153 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 D | java_lang_reflect_Executable.cc | 121 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 D | java_lang_reflect_Constructor.cc | 98 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0() 114 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
|
H A D | java_lang_VMClassLoader.cc | 60 DCHECK(!self->IsExceptionPending()); in FindClassInPathClassLoader() 63 if (self->IsExceptionPending()) { in FindClassInPathClassLoader()
|
H A D | java_lang_Class.cc | 265 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 D | array.cc | 60 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 D | object_test.cc | 137 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 D | stub_test.cc | 549 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 D | unstarted_runtime_test.cc | 119 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 D | interpreter_common.cc | 118 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 D | lock_count_data.cc | 35 if (self->IsExceptionPending()) { in AddMonitor() 92 if (self->IsExceptionPending()) { in CheckAllMonitorsReleasedOrThrow()
|
H A D | interpreter_common.h | 83 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 D | unstarted_runtime.cc | 145 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 D | entrypoint_utils-inl.h | 137 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 D | entrypoint_utils.cc | 78 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 D | nterp.cc | 331 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 D | compiler_driver-inl.h | 45 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 D | quick_trampoline_entrypoints.cc | 862 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 D | quick_jni_entrypoints.cc | 141 if (UNLIKELY(self->IsExceptionPending())) { in UnlockJniSynchronizedMethod() 147 if (UNLIKELY(self->IsExceptionPending())) { in UnlockJniSynchronizedMethod() 187 if (!self->IsExceptionPending()) { in JniMethodEndWithReferenceHandleResult()
|