Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc476 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions() local
478 runtime_options->Set(M::HookExit, hook_exit); in ProcessSpecialOptions()
480 hook_exit_ = hook_exit; in ProcessSpecialOptions()