Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/include/
Druntime_notification.h58 …virtual void ExceptionCatch([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *metho… in ExceptionCatch() function
87 …virtual void ExceptionCatch([[maybe_unused]] const ManagedThread *thread, [[maybe_unused]] const M… in ExceptionCatch() function
/arkcompiler/runtime_core/runtime/tests/tooling/
Dtest_runner.h69 …void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *obj… in ExceptionCatch() function
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h316 …virtual void ExceptionCatch(PtThread /* thread */, Method * /* catchMethod */, const PtLocation & … in ExceptionCatch() function
361 virtual void ExceptionCatch(PtThread /* thread */, const PtLocation & /* location */, in ExceptionCatch() function
/arkcompiler/runtime_core/runtime/tooling/
Dpt_hooks_wrapper.h107 void ExceptionCatch(PtThread thread, Method *method, const PtLocation &location, in ExceptionCatch() function
Ddebugger.cpp649 void Debugger::ExceptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject,… in ExceptionCatch() function in panda::tooling::Debugger