Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc130 abort_(nullptr), in Runtime()
292 if (Runtime::Current() != NULL && Runtime::Current()->abort_ != NULL) { in Abort()
294 Runtime::Current()->abort_(); in Abort()
699 abort_ = options->hook_abort_; in Init()
Druntime.h604 void (*abort_)(); variable