Home
last modified time | relevance | path

Searched refs:exceptionObject (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h58 … [[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/
Dpt_hooks_wrapper.h94 …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()
Ddebugger.cpp625 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()
Ddebugger.h240 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/
Dinterpreter-inl_gen.h.erb297 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/
Dentrypoints.cpp1554 ObjectHeader *exceptionObject = currThread->GetException(); in FindCatchBlockInIFrames() local
1555 ctx.SetExceptionToVReg(currFrame->GetAcc(), exceptionObject); in FindCatchBlockInIFrames()