Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dparsed_options.cc540 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions() local
542 runtime_options->Set(M::HookExit, hook_exit); in ProcessSpecialOptions()
544 hook_exit_ = hook_exit; in ProcessSpecialOptions()