Home
last modified time | relevance | path

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

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