Home
last modified time | relevance | path

Searched refs:abort_ (Results 1 – 2 of 2) sorted by relevance

/ark/runtime_core/runtime/include/
Druntime.h253 ASSERT(abort_ == nullptr); in SetAbortHook()
254 abort_ = abort_hook; in SetAbortHook()
400 AbortHook abort_ = nullptr; variable
/ark/runtime_core/runtime/
Druntime.cpp361 if (runtime != nullptr && runtime->abort_ != nullptr) { in Abort()
362 runtime->abort_(); in Abort()