Home
last modified time | relevance | path

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

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