Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc267 abort_(nullptr), in Runtime()
683 if (Runtime::Current() != nullptr && Runtime::Current()->abort_ != nullptr) { in Abort()
685 Runtime::Current()->abort_(); in Abort()
1463 abort_ = runtime_options.GetOrDefault(Opt::HookAbort); in Init()
Druntime.h1217 void (*abort_)(); variable