Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc237 abort_(nullptr), in Runtime()
535 if (Runtime::Current() != nullptr && Runtime::Current()->abort_ != nullptr) { in Abort()
537 Runtime::Current()->abort_(); in Abort()
1097 abort_ = runtime_options.GetOrDefault(Opt::HookAbort); in Init()
Druntime.h825 void (*abort_)(); variable