Home
last modified time | relevance | path

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

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