/art/runtime/ |
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() 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 …]
|
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()
|
D | class_linker-inl.h | 69 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString() 83 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString() 97 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString() 121 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType() 135 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType() 149 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType() 372 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod() 382 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod()
|
D | method_handles.cc | 487 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeMethod() 503 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeMethod() 520 if (self->IsExceptionPending()) { in MethodHandleInvokeMethod() 541 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeMethod() 595 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeTransform() 612 if (self->IsExceptionPending()) { in MethodHandleInvokeTransform() 633 DCHECK(self->IsExceptionPending()); in GetAndInitializeDeclaringClass() 665 DCHECK(self->IsExceptionPending()); in RefineTargetMethod() 728 DCHECK(self->IsExceptionPending()); in DoInvokePolymorphicMethod() 901 DCHECK(self->IsExceptionPending()); in MethodHandleFieldAccess() [all …]
|
D | common_dex_operations.h | 114 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldGetCommon() 174 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon() 243 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
|
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()
|
D | aot_class_linker.cc | 70 DCHECK(self->IsExceptionPending()); in InitializeClass()
|
D | transaction_test.cc | 78 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in testTransactionAbort() 175 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 271 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 371 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 525 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 548 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 571 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
|
/art/runtime/mirror/ |
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()
|
D | class-alloc-inl.h | 65 if (UNLIKELY(self->IsExceptionPending())) { in Alloc()
|
D | object_test.cc | 137 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 142 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 226 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TestPrimitiveArray() 231 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TestPrimitiveArray() 276 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 281 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 307 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 312 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 332 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 138 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver() 147 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver() 158 DCHECK(soa.Self()->IsExceptionPending()); in Field_get() 163 DCHECK(soa.Self()->IsExceptionPending()); in Field_get() 171 DCHECK(soa.Self()->IsExceptionPending()); in Field_get() 185 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 191 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 202 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 208 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 215 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() [all …]
|
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()
|
D | java_lang_reflect_Constructor.cc | 98 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0() 114 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
|
D | java_lang_VMClassLoader.cc | 60 DCHECK(!self->IsExceptionPending()); in FindClassInPathClassLoader() 63 if (self->IsExceptionPending()) { in FindClassInPathClassLoader()
|
D | java_lang_reflect_Array.cc | 65 CHECK(soa.Self()->IsExceptionPending()); in Array_createObjectArray()
|
/art/runtime/interpreter/ |
D | lock_count_data.cc | 35 if (self->IsExceptionPending()) { in AddMonitor() 92 if (self->IsExceptionPending()) { in CheckAllMonitorsReleasedOrThrow()
|
D | unstarted_runtime_test.cc | 124 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 …]
|
D | interpreter_common.cc | 104 CHECK(self->IsExceptionPending()); in DoFieldGet() 128 CHECK(self->IsExceptionPending()); in DoFieldGet() 224 if (UNLIKELY(self->IsExceptionPending())) { in EXPLICIT_DO_FIELD_GET_ALL_TEMPLATE_DECL() 317 CHECK(self->IsExceptionPending()); in DoFieldPut() 413 if (UNLIKELY(self->IsExceptionPending())) { in EXPLICIT_DO_FIELD_PUT_ALL_TEMPLATE_DECL() 518 if (UNLIKELY(self->IsExceptionPending())) { in EXPLICIT_DO_IPUT_QUICK_ALL_TEMPLATE_DECL() 595 DCHECK(self->IsExceptionPending()); in ArtInterpreterToCompiledCodeBridge() 696 CHECK(self->IsExceptionPending()); in DoMethodHandleInvokeCommon() 803 CHECK(self->IsExceptionPending()); in DoVarHandleInvokeCommon() 982 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod() [all …]
|
D | interpreter_common.h | 78 if (UNLIKELY(self->IsExceptionPending())) { in DoMonitorEnter() 168 CHECK(self->IsExceptionPending()); in DoInvoke() 193 CHECK(self->IsExceptionPending()); in DoInvoke() 214 return !self->IsExceptionPending(); in DoInvoke() 301 return !self->IsExceptionPending(); in DoInvoke() 410 DCHECK(self->IsExceptionPending()); in ResolveString()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 146 DCHECK(self->IsExceptionPending()); in CheckObjectAlloc() 149 DCHECK(!self->IsExceptionPending()); in CheckObjectAlloc() 175 DCHECK(self->IsExceptionPending()); in CheckClassInitializedForObjectAlloc() 257 DCHECK(Thread::Current()->IsExceptionPending()); in CheckArrayAlloc() 354 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindFieldFromCode() 368 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindFieldFromCode() 399 DCHECK(self->IsExceptionPending()); // Throw exception and unwind in FindFieldFromCode() 487 CHECK(self->IsExceptionPending()); in FindMethodToCall() 585 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindMethodFromCode() 715 CHECK(self->IsExceptionPending()); in ResolveVerifyAndClinit() [all …]
|
D | entrypoint_utils.cc | 75 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler() 87 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler() 106 if (LIKELY(!soa.Self()->IsExceptionPending())) { in InvokeProxyInvocationHandler() 118 DCHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
|
/art/runtime/arch/ |
D | stub_test.cc | 681 EXPECT_TRUE(self->IsExceptionPending()); in TestUnlockObject() 757 EXPECT_FALSE(self->IsExceptionPending()); in TestUnlockObject() 844 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 851 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 859 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 867 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 875 EXPECT_TRUE(self->IsExceptionPending()); in TEST_F() 883 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 890 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 897 EXPECT_TRUE(self->IsExceptionPending()); in TEST_F() [all …]
|
/art/dex2oat/driver/ |
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()
|
/art/runtime/entrypoints/quick/ |
D | quick_lock_entrypoints.cc | 35 if (UNLIKELY(self->IsExceptionPending())) { in artLockObjectFromCode()
|