/art/runtime/ |
D | method_handles-inl.h | 49 DCHECK(!Thread::Current()->IsExceptionPending()); in ConvertArgumentValue() 52 DCHECK(Thread::Current()->IsExceptionPending()); in ConvertArgumentValue() 72 DCHECK(!Thread::Current()->IsExceptionPending()); in ConvertReturnValue() 75 DCHECK(Thread::Current()->IsExceptionPending()); in ConvertReturnValue() 120 DCHECK(self->IsExceptionPending()); in PerformConversions()
|
D | method_handles.cc | 492 DCHECK(self->IsExceptionPending()); in DoCallPolymorphic() 509 DCHECK(self->IsExceptionPending()); in DoCallPolymorphic() 518 if (self->IsExceptionPending()) { in DoCallPolymorphic() 539 DCHECK(self->IsExceptionPending()); in DoCallPolymorphic() 597 DCHECK(self->IsExceptionPending()); in DoCallTransform() 611 if (self->IsExceptionPending()) { in DoCallTransform() 632 DCHECK(self->IsExceptionPending()); in GetAndInitializeDeclaringClass() 664 DCHECK(self->IsExceptionPending()); in RefineTargetMethod() 729 DCHECK(self->IsExceptionPending()); in DoInvokePolymorphicMethod() 907 DCHECK(self->IsExceptionPending()); in DoInvokePolymorphicFieldAccess() [all …]
|
D | monitor_test.cc | 80 if (self->IsExceptionPending() || h == nullptr) { in FillHeap() 96 while (!self->IsExceptionPending()) { in FillHeap() 98 if (!self->IsExceptionPending() && h != nullptr) { in FillHeap() 156 EXPECT_EQ(expected_, self->IsExceptionPending()); in Run() 201 EXPECT_EQ(expected_, self->IsExceptionPending()); in Run() 246 if (self->IsExceptionPending()) { in Run()
|
D | transaction_test.cc | 78 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in testTransactionAbort() 183 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 281 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 383 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 532 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 556 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F() 580 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
|
/art/runtime/mirror/ |
D | array.cc | 56 CHECK(self->IsExceptionPending()); in RecursiveCreateMultiArray() 67 CHECK(self->IsExceptionPending()); in RecursiveCreateMultiArray() 102 CHECK(self->IsExceptionPending()); in CreateMultiArray() 109 CHECK(self->IsExceptionPending()); in CreateMultiArray() 116 CHECK(self->IsExceptionPending()); in CreateMultiArray()
|
D | object_test.cc | 135 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 140 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 224 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TestPrimitiveArray() 229 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TestPrimitiveArray() 273 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 278 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 303 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 308 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F() 327 EXPECT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
|
D | emulated_stack_frame.cc | 177 DCHECK(self->IsExceptionPending()); in CreateFromShadowFrameAndArgs() 183 DCHECK(self->IsExceptionPending()); in CreateFromShadowFrameAndArgs()
|
/art/runtime/native/ |
D | java_lang_reflect_Field.cc | 134 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver() 143 DCHECK(soa.Self()->IsExceptionPending()); in CheckReceiver() 154 DCHECK(soa.Self()->IsExceptionPending()); in Field_get() 159 DCHECK(soa.Self()->IsExceptionPending()); in Field_get() 167 DCHECK(soa.Self()->IsExceptionPending()); in Field_get() 181 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 187 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 198 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 204 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() 211 DCHECK(soa.Self()->IsExceptionPending()); in GetPrimitiveField() [all …]
|
D | java_lang_reflect_Executable.cc | 171 if (UNLIKELY(self->IsExceptionPending())) { in Executable_getParameters0() 177 if (UNLIKELY(self->IsExceptionPending())) { in Executable_getParameters0() 263 CHECK(soa.Self()->IsExceptionPending()); in Executable_getMethodReturnTypeInternal() 296 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal() 305 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal()
|
D | java_lang_reflect_Array.cc | 62 CHECK(soa.Self()->IsExceptionPending()); in Array_createObjectArray()
|
D | java_lang_Class.cc | 139 DCHECK(soa.Self()->IsExceptionPending()); in Class_getInterfacesInternal() 315 } else if (UNLIKELY(self->IsExceptionPending())) { in GetPublicFieldRecursive() 331 } else if (UNLIKELY(self->IsExceptionPending())) { in GetPublicFieldRecursive() 382 if (!soa.Self()->IsExceptionPending()) { in Class_getDeclaredField() 541 if (soa.Self()->IsExceptionPending()) { in Class_getDeclaredClasses() 708 if (UNLIKELY(soa.Self()->IsExceptionPending())) { in Class_newInstance() 747 if (UNLIKELY(soa.Self()->IsExceptionPending())) { in Class_newInstance()
|
D | java_lang_reflect_Constructor.cc | 95 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 147 DCHECK(self->IsExceptionPending()); in CheckObjectAlloc() 150 DCHECK(!self->IsExceptionPending()); in CheckObjectAlloc() 176 DCHECK(self->IsExceptionPending()); in CheckClassInitializedForObjectAlloc() 258 DCHECK(Thread::Current()->IsExceptionPending()); in CheckArrayAlloc() 367 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindFieldFromCode() 380 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindFieldFromCode() 411 DCHECK(self->IsExceptionPending()); // Throw exception and unwind in FindFieldFromCode() 459 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindMethodFromCode() 468 DCHECK(self->IsExceptionPending()); // Throw exception and unwind. in FindMethodFromCode() 526 CHECK(self->IsExceptionPending()); in FindMethodFromCode() [all …]
|
D | entrypoint_utils.cc | 72 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler() 84 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler() 103 if (LIKELY(!soa.Self()->IsExceptionPending())) { in InvokeProxyInvocationHandler() 115 DCHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
|
/art/runtime/arch/ |
D | stub_test.cc | 677 EXPECT_TRUE(self->IsExceptionPending()); in TestUnlockObject() 753 EXPECT_FALSE(self->IsExceptionPending()); in TestUnlockObject() 840 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 847 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 855 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 863 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 871 EXPECT_TRUE(self->IsExceptionPending()); in TEST_F() 879 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 886 EXPECT_FALSE(self->IsExceptionPending()); in TEST_F() 893 EXPECT_TRUE(self->IsExceptionPending()); in TEST_F() [all …]
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 98 CHECK(!self->IsExceptionPending()); in UNSTARTED_RUNTIME_JNI_LIST() 129 bool exception_pending = self->IsExceptionPending(); in RunArrayCopy() 184 ASSERT_FALSE(self->IsExceptionPending()); in TestCeilFloor() 604 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 611 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 652 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 659 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 743 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 760 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F() 785 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F() [all …]
|
D | interpreter_common.cc | 53 CHECK(self->IsExceptionPending()); in DoFieldGet() 249 CHECK(self->IsExceptionPending()); in DoFieldPut() 476 DCHECK(self->IsExceptionPending()); in ArtInterpreterToCompiledCodeBridge() 567 CHECK(self->IsExceptionPending()); in DoInvokePolymorphic() 629 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod() 651 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod() 662 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod() 677 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod() 712 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod() 724 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod() [all …]
|
D | interpreter_common.h | 135 CHECK(self->IsExceptionPending()); in DoFastInvoke() 153 return !self->IsExceptionPending(); in DoFastInvoke() 176 CHECK(self->IsExceptionPending()); in DoInvoke() 246 CHECK(self->IsExceptionPending()); in DoInvokeVirtualQuick() 309 DCHECK(self->IsExceptionPending()); in ResolveString()
|
/art/compiler/driver/ |
D | compiler_driver-inl.h | 42 DCHECK_EQ(cls == nullptr, soa.Self()->IsExceptionPending()); in ResolveClass() 67 DCHECK_EQ(resolved_field == nullptr, soa.Self()->IsExceptionPending()); in ResolveFieldWithDexFile() 145 DCHECK(soa.Self()->IsExceptionPending()); in ResolveMethod()
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 45 DCHECK(self->IsExceptionPending()); in artFindNativeMethod()
|
/art/runtime/entrypoints/quick/ |
D | quick_lock_entrypoints.cc | 35 CHECK(!self->IsExceptionPending()); in artLockObjectFromCode()
|
D | quick_instrumentation_entrypoints.cc | 56 CHECK(!self->IsExceptionPending()) << "Enter instrumentation exit stub with pending exception " in artInstrumentationMethodExitFromCode()
|
D | quick_trampoline_entrypoints.cc | 789 DCHECK(Thread::Current()->IsExceptionPending()) in artQuickToInterpreterBridge() 1109 if (LIKELY(!self->IsExceptionPending())) { in artQuickResolutionTrampoline() 1226 CHECK_EQ(code == nullptr, self->IsExceptionPending()); in artQuickResolutionTrampoline() 2098 if (self->IsExceptionPending()) { in artQuickGenericJniTrampoline() 2105 if (self->IsExceptionPending()) { in artQuickGenericJniTrampoline() 2139 if (self->IsExceptionPending()) { in artQuickGenericJniTrampoline() 2173 DCHECK(self->IsExceptionPending()); // There should be an exception pending now. in artQuickGenericJniTrampoline() 2286 CHECK(self->IsExceptionPending()); in artInvokeCommon() 2290 DCHECK(!self->IsExceptionPending()); in artInvokeCommon() 2437 CHECK(self->IsExceptionPending()); in artInvokeInterfaceTrampoline() [all …]
|
/art/runtime/openjdkjvmti/ |
D | ti_class_loader.cc | 147 CHECK(!self->IsExceptionPending()); in FindSourceDexFileObject() 184 CHECK(!self->IsExceptionPending()); in FindSourceDexFileObject() 188 CHECK(!self->IsExceptionPending()); in FindSourceDexFileObject()
|
D | ti_field.cc | 108 } else if (soa.Self()->IsExceptionPending()) { in GetFieldName()
|