Home
last modified time | relevance | path

Searched defs:ExceptionThrow (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_notification.h57 …virtual void ExceptionThrow([[maybe_unused]] ManagedThread *thread, [[maybe_unused]] Method *metho… in ExceptionThrow() function
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp664 void Debugger::ExceptionThrow(ManagedThread *thread, Method *method, ObjectHeader *exceptionObject,… in ExceptionThrow() function in ark::tooling::Debugger