Home
last modified time | relevance | path

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

1234

/art/runtime/
Dmethod_handles_test.cc89 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 …]
Dmethod_handles-inl.h122 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()
Dclass_linker-inl.h69 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()
Dmethod_handles.cc487 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 …]
Dcommon_dex_operations.h114 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldGetCommon()
174 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
243 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPutCommon()
Dmonitor_test.cc108 EXPECT_EQ(expected_, self->IsExceptionPending()); in Run()
153 EXPECT_EQ(expected_, self->IsExceptionPending()); in Run()
198 if (self->IsExceptionPending()) { in Run()
Daot_class_linker.cc70 DCHECK(self->IsExceptionPending()); in InitializeClass()
Dtransaction_test.cc78 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/
Darray.cc60 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()
Dclass-alloc-inl.h65 if (UNLIKELY(self->IsExceptionPending())) { in Alloc()
Dobject_test.cc137 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/
Djava_lang_reflect_Field.cc138 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 …]
Djava_lang_reflect_Executable.cc121 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()
Djava_lang_reflect_Constructor.cc98 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
114 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
Djava_lang_VMClassLoader.cc60 DCHECK(!self->IsExceptionPending()); in FindClassInPathClassLoader()
63 if (self->IsExceptionPending()) { in FindClassInPathClassLoader()
Djava_lang_reflect_Array.cc65 CHECK(soa.Self()->IsExceptionPending()); in Array_createObjectArray()
/art/runtime/interpreter/
Dlock_count_data.cc35 if (self->IsExceptionPending()) { in AddMonitor()
92 if (self->IsExceptionPending()) { in CheckAllMonitorsReleasedOrThrow()
Dunstarted_runtime_test.cc124 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 …]
Dinterpreter_common.cc104 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 …]
Dinterpreter_common.h78 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/
Dentrypoint_utils-inl.h146 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 …]
Dentrypoint_utils.cc75 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/
Dstub_test.cc681 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/
Dcompiler_driver-inl.h45 DCHECK_EQ(cls == nullptr, soa.Self()->IsExceptionPending()); in ResolveClass()
72 DCHECK_EQ(resolved_field == nullptr, soa.Self()->IsExceptionPending()); in ResolveField()
/art/runtime/entrypoints/quick/
Dquick_lock_entrypoints.cc35 if (UNLIKELY(self->IsExceptionPending())) { in artLockObjectFromCode()

1234