Searched defs:ExceptionCatch (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | runtime_notification.h | 62 virtual void ExceptionCatch([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method, in ExceptionCatch() function in ark::RuntimeListener 97 virtual void ExceptionCatch([[maybe_unused]] const ManagedThread *thread, [[maybe_unused]] const Method *method, in ExceptionCatch() function in ark::RuntimeListener
|
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
H A D | debug_interface.h | 324 virtual void ExceptionCatch(PtThread /* thread */, Method * /* catchMethod */, const PtLocation & /* location */, in ExceptionCatch() function in ark::tooling::PtHooks 374 virtual void ExceptionCatch(PtThread /* thread */, const PtLocation & /* location */, in ExceptionCatch() function in ark::tooling::PtHooks
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
H A D | debugger.cpp | 641 void Debugger::ExceptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionCatch() function in ark::tooling::Debugger
|
Completed in 4 milliseconds