Searched refs:Strong (Results 1 - 25 of 49) sorted by relevance

12

/external/webkit/Source/WebCore/ForwardingHeaders/heap/
H A DStrong.h3 #include <JavaScriptCore/Strong.h>
/external/webkit/Source/JavaScriptCore/heap/
H A DStrong.h39 template <typename T> class Strong : public Handle<T> { class in namespace:JSC
46 Strong() function in class:JSC::Strong
51 Strong(JSGlobalData& globalData, ExternalType value = ExternalType()) function in class:JSC::Strong
57 Strong(JSGlobalData& globalData, Handle<T> handle) function in class:JSC::Strong
63 Strong(const Strong& other) function in class:JSC::Strong
72 template <typename U> Strong(const Strong<U>& other) function in class:JSC::Strong
83 Strong(HashTableDeletedValueTag) function in class:JSC::Strong
88 ~Strong()
[all...]
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalData.h36 #include "Strong.h"
149 Strong<Structure> structureStructure;
150 Strong<Structure> activationStructure;
151 Strong<Structure> interruptedExecutionErrorStructure;
152 Strong<Structure> terminatedExecutionErrorStructure;
153 Strong<Structure> staticScopeStructure;
154 Strong<Structure> strictEvalActivationStructure;
155 Strong<Structure> stringStructure;
156 Strong<Structure> notAnObjectStructure;
157 Strong<Structur
[all...]
/external/webkit/Source/JavaScriptGlue/
H A DJSRun.h32 #include <JavaScriptCore/Strong.h>
45 Strong<Structure> m_userObjectStructure;
60 Strong<JSGlobalObject> fGlobalObject;
H A DJSValueWrapper.h32 #include <JavaScriptCore/Strong.h>
47 Strong<Unknown> fValue;
/external/webkit/Source/WebCore/bindings/js/
H A DScriptCachedFrameData.h35 #include <heap/Strong.h>
46 typedef HashMap< RefPtr<DOMWrapperWorld>, JSC::Strong<JSDOMWindow> > JSDOMWindowSet;
H A DScriptState.h35 #include <heap/Strong.h>
63 JSC::Strong<JSC::JSGlobalObject> m_globalObject;
H A DWorkerScriptController.h32 #include <heap/Strong.h>
88 JSC::Strong<JSWorkerContext> m_workerContextWrapper;
H A DJSCallbackData.h35 #include <heap/Strong.h>
69 JSC::Strong<JSC::JSObject> m_callback;
70 JSC::Strong<JSDOMGlobalObject> m_globalObject;
H A DScheduledAction.h25 #include <heap/Strong.h>
67 JSC::Strong<JSC::Unknown> m_function;
68 Vector<JSC::Strong<JSC::Unknown> > m_args;
H A DJSCustomVoidCallback.h34 #include <heap/Strong.h>
H A DScriptValue.h38 #include <heap/Strong.h>
75 JSC::Strong<JSC::Unknown> m_value;
H A DJSDataGridDataSource.h32 #include <heap/Strong.h>
H A DJSImageDataCustom.cpp51 DEFINE_STATIC_LOCAL(Strong<Structure>, cpaStructure, (exec->globalData(), JSByteArray::createStructure(exec->globalData(), jsNull(), &cpaClassInfo)));
H A DScriptObject.h37 #include <heap/Strong.h>
H A DWorkerScriptController.cpp78 Strong<JSWorkerContextPrototype> workerContextPrototype(*m_globalData, new (m_globalData.get()) JSWorkerContextPrototype(*m_globalData, 0, workerContextPrototypeStructure));
82 Strong<JSDedicatedWorkerContextPrototype> dedicatedContextPrototype(*m_globalData, new (m_globalData.get()) JSDedicatedWorkerContextPrototype(*m_globalData, 0, dedicatedContextPrototypeStructure));
92 Strong<JSSharedWorkerContextPrototype> sharedContextPrototype(*m_globalData, new (m_globalData.get()) JSSharedWorkerContextPrototype(*m_globalData, 0, sharedContextPrototypeStructure));
H A DSerializedScriptValue.h30 #include <heap/Strong.h>
H A DScriptController.h28 #include <heap/Strong.h>
67 typedef WTF::HashMap< RefPtr<DOMWrapperWorld>, JSC::Strong<JSDOMWindowShell> > ShellMap;
H A DJSDOMWindowBase.h25 #include <heap/Strong.h>
H A DScriptCachedFrameData.cpp57 m_windows.add(iter->first.get(), Strong<JSDOMWindow>(window->globalData(), window));
/external/webkit/Source/WebCore/bridge/
H A Druntime_root.h32 #include <heap/Strong.h>
89 Strong<JSGlobalObject> m_globalObject;
/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptDebugger.h32 #include <heap/Strong.h>
72 JSC::Strong<JSC::JSGlobalObject> m_globalObject;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPJSObject.h29 #include <JavaScriptCore/Strong.h>
93 JSC::Strong<JSC::JSObject> m_jsObject;
/external/llvm/lib/CodeGen/
H A DSpillPlacement.h110 /// @param Strong When true, double the negative bias for these blocks.
111 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
/external/clang/lib/AST/
H A DTypePrinter.cpp258 IncludeStrongLifetimeRAII Strong(Policy);
282 IncludeStrongLifetimeRAII Strong(Policy);
322 IncludeStrongLifetimeRAII Strong(Policy);
332 IncludeStrongLifetimeRAII Strong(Policy);
355 IncludeStrongLifetimeRAII Strong(Policy);
366 IncludeStrongLifetimeRAII Strong(Policy);
377 IncludeStrongLifetimeRAII Strong(Policy);
388 IncludeStrongLifetimeRAII Strong(Policy);
399 IncludeStrongLifetimeRAII Strong(Policy);
415 IncludeStrongLifetimeRAII Strong(Polic
[all...]

Completed in 332 milliseconds

12