Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc261 abort_(nullptr), in Runtime()
668 if (Runtime::Current() != nullptr && Runtime::Current()->abort_ != nullptr) { in Abort()
670 Runtime::Current()->abort_(); in Abort()
1293 abort_ = runtime_options.GetOrDefault(Opt::HookAbort); in Init()
Druntime.h1142 void (*abort_)(); variable