Searched defs:exceptionObject (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | runtime_notification.h | 58 … [[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/ |
| D | pt_hooks_wrapper.h | 95 …ception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptionObject, in Exception() 109 ObjectHeader *exceptionObject) override in ExceptionCatch()
|
| D | debugger.cpp | 663 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/ |
| D | entrypoints.cpp | 1554 ObjectHeader *exceptionObject = currThread->GetException(); in FindCatchBlockInIFrames() local
|