Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DThreadLocal.h31 void removeInstance();
49 void erase() { removeInstance(); } in erase()
/external/llvm/lib/Support/
DThreadLocal.cpp30 void ThreadLocalImpl::removeInstance() { data = 0; } in removeInstance() function in llvm::ThreadLocalImpl
71 void ThreadLocalImpl::removeInstance() { in removeInstance() function in llvm::ThreadLocalImpl
/external/llvm/lib/Support/Unix/
DThreadLocal.inc25 void ThreadLocalImpl::removeInstance() { setInstance(0); }
/external/llvm/lib/Support/Windows/
DThreadLocal.inc50 void ThreadLocalImpl::removeInstance() {
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginInstanceProxy.h151 void removeInstance(ProxyInstance*);
DProxyInstance.mm130 m_instanceProxy->removeInstance(this);
DNetscapePluginInstanceProxy.mm1446 void NetscapePluginInstanceProxy::removeInstance(ProxyInstance* instance)
/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h747 static void removeInstance(WebViewCore*);
DWebViewCore.cpp252 void WebViewCore::removeInstance(WebViewCore* inst) { in removeInstance() function in android::WebViewCore
564 WebViewCore::removeInstance(this); in ~WebViewCore()
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-299845 (WebKit::NetscapePluginInstanceProxy::removeInstance):