Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc271 abort_(nullptr), in Runtime()
689 if (Runtime::Current() != nullptr && Runtime::Current()->abort_ != nullptr) { in Abort()
691 Runtime::Current()->abort_(); in Abort()
1500 abort_ = runtime_options.GetOrDefault(Opt::HookAbort); in Init()
Druntime.h1261 void (*abort_)(); variable