Home
last modified time | relevance | path

Searched defs:exceptionObject (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h58 … [[maybe_unused]] ObjectHeader *exceptionObject, [[maybe_unused]] uint32_t bcOffset) in ExceptionThrow()
63 … [[maybe_unused]] ObjectHeader *exceptionObject, [[maybe_unused]] uint32_t bcOffset) in ExceptionCatch()
284 …void ExceptionThrowEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uin… in ExceptionThrowEvent()
297 …void ExceptionCatchEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uin… in ExceptionCatchEvent()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dpt_hooks_wrapper.h95 …ception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptionObject, in Exception()
109 ObjectHeader *exceptionObject) override in ExceptionCatch()
Ddebugger.cpp663 void Debugger::ExceptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject,… in ExceptionThrow()
679 void Debugger::ExceptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject,… in ExceptionCatch()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1554 ObjectHeader *exceptionObject = currThread->GetException(); in FindCatchBlockInIFrames() local