Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h61 void (*hook_abort_)(); variable
Dparsed_options.cc49 hook_abort_(nullptr) { // We don't call abort(3) by default; see in ParsedOptions()
555 hook_abort_ = hook_abort; in ProcessSpecialOptions()
749 hook_abort_(); in Abort()