Searched refs:hook_exit (Results 1 – 1 of 1) sorted by relevance
511 void(*hook_exit)(jint) = reinterpret_cast<void(*)(jint)>(const_cast<void*>(hook)); in ProcessSpecialOptions() local513 runtime_options->Set(M::HookExit, hook_exit); in ProcessSpecialOptions()515 hook_exit_ = hook_exit; in ProcessSpecialOptions()