Searched defs:handler (Results 1 – 8 of 8) sorted by relevance
146 for (const auto& handler : generated_code_handlers_) { in HandleFault() local166 for (const auto& handler : other_handlers_) { in HandleFault() local179 void FaultManager::AddHandler(FaultHandler* handler, bool generated_code) { in AddHandler()187 void FaultManager::RemoveHandler(FaultHandler* handler) { in RemoveHandler()
1265 ScopedLocalRef<jobject> handler(tlsPtr_.jni_env, in HandleUncaughtExceptions() local
28 InvocationHandler handler = new ClashInvocationHandler(); in main() local
28 InvocationHandler handler = new Clash2InvocationHandler(); in main() local
28 InvocationHandler handler = new Clash4InvocationHandler(); in main() local
28 InvocationHandler handler = new Clash3InvocationHandler(); in main() local
30 InvocationHandler handler = new WTInvocationHandler(mix); in main() local
98 InvocationHandler handler = new MyInvocationHandler(proxyMe); in createProxy() local