Searched refs:s_singleton (Results 1 – 2 of 2) sorted by relevance
38 static InterceptionAgent* s_singleton = NULL; in GetInterceptionAgent() local39 if (!s_singleton) { in GetInterceptionAgent()44 s_singleton = reinterpret_cast<InterceptionAgent*>( in GetInterceptionAgent()47 bool success = s_singleton->Init(g_interceptions); in GetInterceptionAgent()49 operator delete(s_singleton, NT_ALLOC); in GetInterceptionAgent()50 s_singleton = NULL; in GetInterceptionAgent()53 return s_singleton; in GetInterceptionAgent()
34 if (s_singleton == null) in getSingleton()38 s_singleton = new JRE13ExitHookManager (); in getSingleton()46 return s_singleton; in getSingleton()120 private static ExitHookManager s_singleton; field in ExitHookManager