Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc191 abort_(nullptr), in Runtime()
406 if (Runtime::Current() != nullptr && Runtime::Current()->abort_ != nullptr) { in Abort()
408 Runtime::Current()->abort_(); in Abort()
939 abort_ = runtime_options.GetOrDefault(Opt::HookAbort); in Init()
Druntime.h774 void (*abort_)(); variable