Home
last modified time | relevance | path

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

1234

/art/runtime/interpreter/
Dunstarted_runtime_transaction_test.cc58 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()
Dlock_count_data.cc35 if (self->IsExceptionPending()) { in AddMonitor()
92 if (self->IsExceptionPending()) { in CheckAllMonitorsReleasedOrThrow()
Dinterpreter_common.cc121 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 …]
Dunstarted_runtime_test.cc72 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/
Dmethod_handles_test.cc81 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 …]
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()
Dmethod_handles-inl.h120 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()
Dclass_linker-inl.h72 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 …]
Dart_method-alloc-inl.h56 DCHECK_EQ(new_object == nullptr, self->IsExceptionPending());
60 if (UNLIKELY(self->IsExceptionPending())) {
Dvar_handles.cc77 DCHECK(self->IsExceptionPending()); in VarHandleInvokeAccessorWithConversions()
83 DCHECK(self->IsExceptionPending()); in VarHandleInvokeAccessorWithConversions()
90 DCHECK(self->IsExceptionPending()); in VarHandleInvokeAccessorWithConversions()
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()
/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.h44 DCHECK(self->IsExceptionPending()); in CreateStringArray()
54 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()
310 CHECK(soa.Self()->IsExceptionPending()); in Executable_getMethodReturnTypeInternal()
334 DCHECK(soa.Self()->IsExceptionPending()); in Executable_getParameterTypesInternal()
343 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/entrypoints/quick/
Dquick_jni_entrypoints.cc97 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()
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/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
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 …]
Dentrypoint_utils.cc86 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/
Dnterp.cc342 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/
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