Searched defs:exceptionObject (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | runtime_notification.h | 284 void ExceptionThrowEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionThrowEvent() argument 297 void ExceptionCatchEvent(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionCatchEvent() argument 57 ExceptionThrow([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method, [[maybe_unused]] ObjectHeader *exceptionObject, [[maybe_unused]] uint32_t bcOffset) ExceptionThrow() argument 62 ExceptionCatch([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *method, [[maybe_unused]] ObjectHeader *exceptionObject, [[maybe_unused]] uint32_t bcOffset) ExceptionCatch() argument
|
/arkcompiler/runtime_core/static_core/runtime/tooling/ |
H A D | debugger.cpp | 625 void Debugger::ExceptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionThrow() argument 641 void Debugger::ExceptionCatch(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject, uint32_t bcOffset) in ExceptionCatch() argument 648 hooks_.ExceptionCatch(PtThread(thread), method, catchLocation, exceptionObject); in ExceptionCatch() local
|
/arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
H A D | entrypoints.cpp | 1554 ObjectHeader *exceptionObject = currThread->GetException(); in FindCatchBlockInIFrames() local
|
Completed in 8 milliseconds