Home
last modified time | relevance | path

Searched refs:ClearException (Results 1 – 24 of 24) sorted by relevance

/art/runtime/
Dmonitor_test.cc79 self->ClearException(); in FillHeap()
100 self->ClearException(); in FillHeap()
157 self->ClearException(); in Run()
202 self->ClearException(); in Run()
246 self->ClearException(); in Run()
Druntime.cc848 self->ClearException(); in Init()
855 self->ClearException(); in Init()
Dreflection.cc376 self->ClearException(); in CheckMethodArguments()
Dthread.h336 void ClearException() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in ClearException() function
Dclass_linker.cc2024 self->ClearException(); in FindClassInPathClassLoader()
2073 self->ClearException(); in FindClassInPathClassLoader()
3070 self->ClearException(); in CreateArrayClass()
3509 self->ClearException(); in VerifyClass()
3707 Thread::Current()->ClearException(); in ResolveMethodExceptionHandlerTypes()
5210 self->ClearException(); in ResolveType()
Djni_internal.cc219 soa.Self()->ClearException(); in FindFieldID()
714 soa.Self()->ClearException(); in ExceptionClear()
740 soa.Self()->ClearException(); in ExceptionDescribe()
754 soa.Self()->ClearException(); in ExceptionDescribe()
Dthread.cc1636 ClearException(); in ThrowNewWrappedException()
1922 ClearException(); in QuickDeliverException()
Dinstrumentation.cc1014 thread->ClearException(); in ExceptionCaughtEvent()
Dclass_linker_test.cc53 self->ClearException(); in AssertNonExistentClass()
Ddebugger.cc3684 soa.Self()->ClearException(); in ExecuteMethod()
3707 soa.Self()->ClearException(); in ExecuteMethod()
/art/runtime/entrypoints/portable/
Dportable_throw_entrypoints.cc67 self->ClearException(); in art_portable_get_and_clear_exception()
122 self->ClearException(); in art_portable_find_catch_block_from_code()
/art/runtime/mirror/
Dart_method.cc243 self->ClearException(); in FindCatchBlock()
260 self->ClearException(); in FindCatchBlock()
346 self->ClearException(); in Invoke()
Dobject_test.cc141 soa.Self()->ClearException(); in TEST_F()
146 soa.Self()->ClearException(); in TEST_F()
230 soa.Self()->ClearException(); in TestPrimitiveArray()
235 soa.Self()->ClearException(); in TestPrimitiveArray()
298 soa.Self()->ClearException(); in TEST_F()
Dclass.cc101 self->ClearException(); in SetStatus()
/art/compiler/driver/
Dcompiler_driver-inl.h55 soa.Self()->ClearException(); in ResolveCompilingMethodsClass()
71 soa.Self()->ClearException(); in ResolveField()
179 soa.Self()->ClearException(); in ResolveMethod()
Dcompiler_driver.cc526 self->ClearException(); in GetDexToDexCompilationlevel()
716 self->ClearException(); in LoadImageClasses()
1504 self->ClearException(); in CheckAndClearResolveException()
1634 soa.Self()->ClearException(); in ResolveType()
1693 soa.Self()->ClearException(); in VerifyClass()
1715 soa.Self()->ClearException(); in VerifyClass()
1764 self->ClearException(); in SetVerifiedClass()
1845 soa.Self()->ClearException(); in InitializeClass()
1860 soa.Self()->ClearException(); in InitializeClass()
1920 soa.Self()->ClearException(); in CompileClass()
Dcompiler_driver_test.cc181 Thread::Current()->ClearException(); in TEST_F()
/art/runtime/arch/
Dstub_test.cc694 self->ClearException(); in TestUnlockObject()
862 self->ClearException(); in TEST_F()
979 self->ClearException(); in TEST_F()
987 self->ClearException(); in TEST_F()
995 self->ClearException(); in TEST_F()
1087 self->ClearException(); in TEST_F()
1109 self->ClearException(); in TEST_F()
1115 self->ClearException(); in TEST_F()
1196 self->ClearException(); in TEST_F()
/art/runtime/verifier/
Dmethod_verifier.cc162 Thread::Current()->ClearException(); in VerifyClass()
206 Thread::Current()->ClearException(); in VerifyClass()
633 Thread::Current()->ClearException(); in ScanTryCatchBlocks()
2205 self->ClearException(); in CodeFlowVerifyInstruction()
2251 self->ClearException(); in CodeFlowVerifyInstruction()
2822 self->ClearException(); in CodeFlowVerifyInstruction()
3617 Thread::Current()->ClearException(); in GetStaticField()
3652 Thread::Current()->ClearException(); in GetInstanceField()
3722 self->ClearException(); in VerifyISGet()
3794 self->ClearException(); in VerifyISPut()
[all …]
Dreg_type_cache.cc197 Thread::Current()->ClearException(); in From()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h618 self->ClearException(); in UnlockJniSynchronizedMethod()
/art/runtime/interpreter/
Dinterpreter_common.cc482 self->ClearException(); in FindNextInstructionFollowingException()
Dinterpreter_goto_table_impl.cc239 self->ClearException(); in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc166 self->ClearException(); in ExecuteSwitchImpl()