Home
last modified time | relevance | path

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

1234

/art/runtime/
Dmethod_handles_test.cc94 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
106 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
118 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
131 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
145 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
159 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
173 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
193 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
208 ASSERT_FALSE(soa.Self()->IsExceptionPending()); in TEST_F()
210 ASSERT_TRUE(soa.Self()->IsExceptionPending()); in TEST_F()
[all …]
Dart_method_test.cc139 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()
Dclass_linker-inl.h73 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString()
85 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString()
97 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveString()
121 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType()
132 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType()
143 DCHECK(!Thread::Current()->IsExceptionPending()); in ResolveType()
326 DCHECK(!Thread::Current()->IsExceptionPending()) << Thread::Current()->GetException()->Dump(); in ResolveMethod()
354 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod()
362 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod()
376 DCHECK(Thread::Current()->IsExceptionPending()); in ResolveMethod()
[all …]
Dart_method-alloc-inl.h56 DCHECK_EQ(new_object == nullptr, self->IsExceptionPending());
60 if (UNLIKELY(self->IsExceptionPending())) {
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()
Dcommon_dex_operations.h74 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()
Dmethod_handles.cc397 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeTransform()
416 if (self->IsExceptionPending()) { in MethodHandleInvokeTransform()
437 DCHECK(self->IsExceptionPending()); in GetAndInitializeDeclaringClass()
460 DCHECK(self->IsExceptionPending()); in RefineTargetMethod()
644 DCHECK(self->IsExceptionPending()); in MethodHandleFieldAccess()
670 DCHECK(self->IsExceptionPending()); in MethodHandleFieldAccess()
765 DCHECK(self->IsExceptionPending()); in DoMethodHandleInvokeMethod()
798 if (self->IsExceptionPending()) { in DoMethodHandleInvokeMethod()
877 DCHECK(self->IsExceptionPending()); in MethodHandleInvokeInternal()
938 DCHECK_NE(success, self->IsExceptionPending()); in MethodHandleInvokeExactWithFrame()
/art/runtime/native/
Djava_lang_reflect_Field.cc153 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 …]
Ddalvik_system_BaseDexClassLoader.cc36 DCHECK(self->IsExceptionPending()); in append_string()
58 DCHECK(self->IsExceptionPending()); in BaseDexClassLoader_computeClassLoaderContextsNative()
Dstring_array_utils.h43 DCHECK(self->IsExceptionPending()); in CreateStringArray()
53 DCHECK(self->IsExceptionPending()); in CreateStringArray()
Djava_lang_reflect_Executable.cc121 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterAnnotationsNative()
135 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterAnnotationsNative()
223 DCHECK(self->IsExceptionPending()); in Executable_getParameters0()
314 CHECK(soa.Self()->IsExceptionPending()); in Executable_getMethodReturnTypeInternal()
338 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal()
347 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal()
Djava_lang_reflect_Constructor.cc97 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
113 DCHECK(soa.Self()->IsExceptionPending()); in Constructor_newInstance0()
Djava_lang_VMClassLoader.cc64 DCHECK(!self->IsExceptionPending()); in FindClassInPathClassLoader()
67 if (self->IsExceptionPending()) { in FindClassInPathClassLoader()
/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()
/art/runtime/interpreter/
Dlock_count_data.cc35 if (self->IsExceptionPending()) { in AddMonitor()
92 if (self->IsExceptionPending()) { in CheckAllMonitorsReleasedOrThrow()
Dunstarted_runtime_test.cc119 CHECK(!self->IsExceptionPending()); in CreateObjectArray()
150 bool exception_pending = self->IsExceptionPending(); in RunArrayCopy()
205 ASSERT_FALSE(self->IsExceptionPending()); in TestCeilFloor()
616 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
623 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
662 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
669 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
747 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
764 ASSERT_FALSE(self->IsExceptionPending()); in TEST_F()
789 ASSERT_TRUE(self->IsExceptionPending()); in TEST_F()
[all …]
Dinterpreter_common.cc120 return !self->IsExceptionPending(); in SendMethodExitEvents()
193 if (UNLIKELY(self->IsExceptionPending())) { in MoveToExceptionHandler()
355 CHECK(self->IsExceptionPending()); in DoMethodHandleInvokeCommon()
462 CHECK(self->IsExceptionPending()); in DoVarHandleInvokeCommon()
641 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
652 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
663 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
674 DCHECK(self->IsExceptionPending()); in GetArgumentForBootstrapMethod()
845 DCHECK(self->IsExceptionPending()); in BuildCallSiteForBootstrapMethod()
906 DCHECK(self->IsExceptionPending()); in InvokeBootstrapMethod()
[all …]
Dinterpreter_common.h81 if (UNLIKELY(self->IsExceptionPending())) { in DoMonitorEnter()
172 if (UNLIKELY(self->IsExceptionPending())) { in REQUIRES_SHARED()
207 DCHECK(self->IsExceptionPending()); in DoInvoke()
338 if (self->IsExceptionPending()) { in GetFieldInfo()
376 if (self->IsExceptionPending()) { in DoFieldGet()
416 CHECK(self->IsExceptionPending()); in DoFieldGet()
502 if (self->IsExceptionPending()) { in DoFieldPut()
571 if (UNLIKELY(self->IsExceptionPending())) { in DoFieldPut()
590 DCHECK(self->IsExceptionPending()); in ResolveString()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc96 if (UNLIKELY(self->IsExceptionPending())) { in artJniUnlockObject()
102 if (UNLIKELY(self->IsExceptionPending())) { in artJniUnlockObject()
134 DCHECK(!self->IsExceptionPending()); in JniDecodeReferenceResult()
185 UNLIKELY(self->IsExceptionPending()) ? nullptr : JniDecodeReferenceResult(result.l, self)); in GenericJniMethodEnd()
Dquick_lock_entrypoints.cc35 if (UNLIKELY(self->IsExceptionPending())) { in artLockObjectFromCode()
/art/runtime/arch/
Dstub_test.cc549 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/interpreter/mterp/
Dnterp.cc257 DCHECK(self->IsExceptionPending()); in NterpGetMethod()
266 DCHECK(self->IsExceptionPending()); in NterpGetMethod()
327 DCHECK(self->IsExceptionPending()); in NterpGetStaticField()
335 DCHECK(self->IsExceptionPending()); in NterpGetStaticField()
353 DCHECK(self->IsExceptionPending()); in NterpGetStaticField()
381 DCHECK(self->IsExceptionPending()); in NterpGetInstanceFieldOffset()
396 DCHECK(self->IsExceptionPending()); in NterpGetInstanceFieldOffset()
428 DCHECK(self->IsExceptionPending()); in NterpGetClass()
451 DCHECK(self->IsExceptionPending()); in NterpAllocateObject()
483 DCHECK(self->IsExceptionPending()); in NterpLoadObject()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h203 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
531 DCHECK(!self->IsExceptionPending()); in FindMethodToCall()
536 if (self->IsExceptionPending()) { in FindMethodToCall()
621 DCHECK(self->IsExceptionPending()); in FindSuperMethodToCall()
674 CHECK(self->IsExceptionPending()); in ResolveVerifyAndClinit()
[all …]
Dentrypoint_utils.cc87 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
99 CHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
114 if (LIKELY(!soa.Self()->IsExceptionPending())) { in InvokeProxyInvocationHandler()
124 DCHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
133 DCHECK(soa.Self()->IsExceptionPending()); in InvokeProxyInvocationHandler()
/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()

1234