/art/runtime/interpreter/ |
D | unstarted_runtime_transaction_test.cc | 58 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F() 67 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F() 78 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F() 87 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F() 112 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F() 132 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F() 158 CHECK(!self->IsExceptionPending()) << self->GetException()->Dump(); in RunTest() 175 CHECK(!self->IsExceptionPending()); in RunTest() 180 CHECK(!self->IsExceptionPending()) << name << " " << self->GetException()->Dump(); in RunTest() 183 CHECK(self->IsExceptionPending()) << name; in RunTest()
|
D | lock_count_data.cc | 35 if (self->IsExceptionPending()) { in AddMonitor() 92 if (self->IsExceptionPending()) { in CheckAllMonitorsReleasedOrThrow()
|
D | interpreter_common.cc | 121 return !self->IsExceptionPending(); in SendMethodExitEvents() 194 if (UNLIKELY(self->IsExceptionPending())) { in MoveToExceptionHandler() 340 CHECK(self->IsExceptionPending()); in DoMethodHandleInvokeCommon() 487 CHECK(self->IsExceptionPending()); in DoVarHandleInvokeCommon() 511 CHECK(self->IsExceptionPending()); in DoVarHandleInvokeCommon() 670 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod() 681 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod() 692 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod() 703 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod() 880 DCHECK(self->IsExceptionPending()); in BuildCallSiteForBootstrapMethod() [all …]
|
D | unstarted_runtime_test.cc | 72 CHECK(!self->IsExceptionPending()); in CreateObjectArray() 103 bool exception_pending = self->IsExceptionPending(); in RunArrayCopy() 158 ASSERT_FALSE(self->IsExceptionPending()); in TestCeilFloor() 555 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 562 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 601 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 608 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 686 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 703 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 857 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() [all …]
|
/art/runtime/ |
D | method_handles_test.cc | 81 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 93 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 105 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 118 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 132 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 146 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 160 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 180 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 195 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 197 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() [all …]
|
D | art_method_test.cc | 139 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 145 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 148 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 151 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 156 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F()
|
D | method_handles-inl.h | 120 DCHECK(!Thread::Current()->IsExceptionPending()); in ConvertArgumentValue() 123 DCHECK(Thread::Current()->IsExceptionPending()); in ConvertArgumentValue() 141 DCHECK(!Thread::Current()->IsExceptionPending()); in ConvertReturnValue() 144 DCHECK(Thread::Current()->IsExceptionPending()); in ConvertReturnValue() 183 DCHECK(Thread::Current()->IsExceptionPending()); in PerformConversions()
|
D | class_linker-inl.h | 72 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString() 84 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString() 96 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString() 120 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType() 131 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType() 142 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType() 325 DCHECK(!Thread::Current()->IsExceptionPending()) << Thread::Current()->GetException()->Dump(); in ResolveMethod() 353 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod() 361 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod() 375 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod() [all …]
|
D | art_method-alloc-inl.h | 56 DCHECK_EQ(new_object == nullptr, self->IsExceptionPending()); 60 if (UNLIKELY(self->IsExceptionPending())) {
|
D | var_handles.cc | 77 DCHECK(self->IsExceptionPending()); in VarHandleInvokeAccessorWithConversions() 83 DCHECK(self->IsExceptionPending()); in VarHandleInvokeAccessorWithConversions() 90 DCHECK(self->IsExceptionPending()); in VarHandleInvokeAccessorWithConversions()
|
D | common_dex_operations.h | 74 DCHECK(self->IsExceptionPending()); in EnsureInitialized() 144 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldGetCommon() 206 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon() 276 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
|
/art/runtime/native/ |
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() 218 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 224 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 231 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() [all …]
|
D | dalvik_system_BaseDexClassLoader.cc | 36 DCHECK(self->IsExceptionPending()); in append_string() 58 DCHECK(self->IsExceptionPending()); in BaseDexClassLoader_computeClassLoaderContextsNative()
|
D | string_array_utils.h | 44 DCHECK(self->IsExceptionPending()); in CreateStringArray() 54 DCHECK(self->IsExceptionPending()); in CreateStringArray()
|
D | java_lang_reflect_Executable.cc | 121 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterAnnotationsNative() 135 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterAnnotationsNative() 223 DCHECK(self->IsExceptionPending()); in Executable_getParameters0() 310 CHECK(soa.Self()->IsExceptionPending()); in Executable_getMethodReturnTypeInternal() 334 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal() 343 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal()
|
D | java_lang_reflect_Constructor.cc | 97 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0() 113 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
|
D | java_lang_VMClassLoader.cc | 64 DCHECK(!self->IsExceptionPending()); in FindClassInPathClassLoader() 67 if (self->IsExceptionPending()) { in FindClassInPathClassLoader()
|
/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()
|
/art/runtime/entrypoints/quick/ |
D | quick_jni_entrypoints.cc | 97 if (UNLIKELY(self->IsExceptionPending())) { in artJniUnlockObject() 103 if (UNLIKELY(self->IsExceptionPending())) { in artJniUnlockObject() 135 DCHECK(!self->IsExceptionPending()); in JniDecodeReferenceResult() 186 UNLIKELY(self->IsExceptionPending()) ? nullptr : JniDecodeReferenceResult(result.l, self)); in GenericJniMethodEnd()
|
D | quick_lock_entrypoints.cc | 35 if (UNLIKELY(self->IsExceptionPending())) { in artLockObjectFromCode()
|
/art/runtime/arch/ |
D | stub_test.cc | 549 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/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 203 DCHECK(self->IsExceptionPending()); in CheckClassInitializedForObjectAlloc() 206 DCHECK(!self->IsExceptionPending()); in CheckClassInitializedForObjectAlloc() 308 DCHECK(Thread::Current()->IsExceptionPending()); in CheckArrayAlloc() 412 DCHECK(self->IsExceptionPending()); in ResolveFieldWithAccessChecks() 424 DCHECK(self->IsExceptionPending()); in ResolveFieldWithAccessChecks() 458 DCHECK(self->IsExceptionPending()); // Throw exception and unwind 530 DCHECK(!self->IsExceptionPending()); in FindMethodToCall() 535 if (self->IsExceptionPending()) { in FindMethodToCall() 620 DCHECK(self->IsExceptionPending()); in FindSuperMethodToCall() 673 CHECK(self->IsExceptionPending()); in ResolveVerifyAndClinit() [all …]
|
D | entrypoint_utils.cc | 86 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler() 98 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler() 113 if (LIKELY(!soa.Self()->IsExceptionPending())) { in InvokeProxyInvocationHandler() 123 DCHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler() 132 DCHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 342 DCHECK(self->IsExceptionPending()); in NterpGetMethod() 351 DCHECK(self->IsExceptionPending()); in NterpGetMethod() 412 DCHECK(self->IsExceptionPending()); in NterpGetStaticField() 420 DCHECK(self->IsExceptionPending()); in NterpGetStaticField() 438 DCHECK(self->IsExceptionPending()); in NterpGetStaticField() 466 DCHECK(self->IsExceptionPending()); in NterpGetInstanceFieldOffset() 481 DCHECK(self->IsExceptionPending()); in NterpGetInstanceFieldOffset() 513 DCHECK(self->IsExceptionPending()); in NterpGetClass() 536 DCHECK(self->IsExceptionPending()); in NterpAllocateObject() 568 DCHECK(self->IsExceptionPending()); in NterpLoadObject() [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()
|