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