Home
last modified time | relevance | path

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

123

/art/runtime/
Dmethod_handles-inl.h49 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()
Dmethod_handles.cc492 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 …]
Dmonitor_test.cc80 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()
Dtransaction_test.cc78 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/
Darray.cc56 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()
Dobject_test.cc135 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()
Demulated_stack_frame.cc177 DCHECK(self->IsExceptionPending()); in CreateFromShadowFrameAndArgs()
183 DCHECK(self->IsExceptionPending()); in CreateFromShadowFrameAndArgs()
/art/runtime/native/
Djava_lang_reflect_Field.cc134 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 …]
Djava_lang_reflect_Executable.cc171 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()
Djava_lang_reflect_Array.cc62 CHECK(soa.Self()->IsExceptionPending()); in Array_createObjectArray()
Djava_lang_Class.cc139 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()
Djava_lang_reflect_Constructor.cc95 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h147 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 …]
Dentrypoint_utils.cc72 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/
Dstub_test.cc677 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/
Dunstarted_runtime_test.cc98 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 …]
Dinterpreter_common.cc53 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 …]
Dinterpreter_common.h135 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/
Dcompiler_driver-inl.h42 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/
Djni_entrypoints.cc45 DCHECK(self->IsExceptionPending()); in artFindNativeMethod()
/art/runtime/entrypoints/quick/
Dquick_lock_entrypoints.cc35 CHECK(!self->IsExceptionPending()); in artLockObjectFromCode()
Dquick_instrumentation_entrypoints.cc56 CHECK(!self->IsExceptionPending()) << "Enter instrumentation exit stub with pending exception " in artInstrumentationMethodExitFromCode()
Dquick_trampoline_entrypoints.cc789 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/
Dti_class_loader.cc147 CHECK(!self->IsExceptionPending()); in FindSourceDexFileObject()
184 CHECK(!self->IsExceptionPending()); in FindSourceDexFileObject()
188 CHECK(!self->IsExceptionPending()); in FindSourceDexFileObject()
Dti_field.cc108 } else if (soa.Self()->IsExceptionPending()) { in GetFieldName()

123