Searched refs:exceptionObject (Results 1 – 6 of 6) 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() argument 63 … [[maybe_unused]] ObjectHeader *exceptionObject, [[maybe_unused]] uint32_t bcOffset) in ExceptionCatch() argument 284 …void ExceptionThrowEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uin… in ExceptionThrowEvent() argument 288 VMHandle<ObjectHeader> objHandle(thread, exceptionObject); in ExceptionThrowEvent() 297 …void ExceptionCatchEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uin… in ExceptionCatchEvent() argument 301 VMHandle<ObjectHeader> objHandle(thread, exceptionObject); in ExceptionCatchEvent()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | pt_hooks_wrapper.h | 94 …ception(PtThread thread, Method *method, const PtLocation &location, ObjectHeader *exceptionObject, in Exception() argument 104 … loadedHooks->Exception(thread, method, location, exceptionObject, catchMethod, catchLocation); in Exception() 108 ObjectHeader *exceptionObject) override in ExceptionCatch() argument 117 loadedHooks->ExceptionCatch(thread, method, location, exceptionObject); in ExceptionCatch()
|
| D | debugger.cpp | 625 void Debugger::ExceptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject,… in ExceptionThrow() argument 629 VMHandle<ObjectHeader> handle(thread, exceptionObject); in ExceptionThrow() 641 void Debugger::ExceptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject,… in ExceptionCatch() argument 648 hooks_.ExceptionCatch(PtThread(thread), method, catchLocation, exceptionObject); in ExceptionCatch()
|
| D | debugger.h | 240 void ExceptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, 242 void ExceptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject,
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/templates/ |
| D | interpreter-inl_gen.h.erb | 297 ObjectHeader *exceptionObject = thread->GetException(); 298 ctx.SetExceptionToVReg(handler.GetFrame()->GetAcc(), exceptionObject); 302 …Manager()->ExceptionCatchEvent(thread, handler.GetFrame()->GetMethod(), exceptionObject, pcOffset);
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 1554 ObjectHeader *exceptionObject = currThread->GetException(); in FindCatchBlockInIFrames() local 1555 ctx.SetExceptionToVReg(currFrame->GetAcc(), exceptionObject); in FindCatchBlockInIFrames()
|