Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h62 void (*hook_abort_)(); variable
Dparsed_options.cc48 hook_abort_(nullptr) { // We don't call abort(3) by default; see in ParsedOptions()
526 hook_abort_ = hook_abort; in ProcessSpecialOptions()
717 hook_abort_(); in Abort()