Home
last modified time | relevance | path

Searched defs:ExceptionCatch (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h62 …virtual void ExceptionCatch([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *metho… in ExceptionCatch() function
97 …virtual void ExceptionCatch([[maybe_unused]] const ManagedThread *thread, [[maybe_unused]] const M… in ExceptionCatch() function
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h72 …void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in ExceptionCatch() function
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h108 void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, in ExceptionCatch() function
Ddebugger.cpp680 void Debugger::ExceptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject,… in ExceptionCatch() function in ark::tooling::Debugger
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h313 …virtual void ExceptionCatch(PtThread /* thread */, Method * /* catchMethod */, const PtLocation & … in ExceptionCatch() function