Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc551 void(*hook_abort)() = reinterpret_cast<void(*)()>(const_cast<void*>(hook)); in ProcessSpecialOptions() local
553 runtime_options->Set(M::HookAbort, hook_abort); in ProcessSpecialOptions()
555 hook_abort_ = hook_abort; in ProcessSpecialOptions()