/external/webkit/Source/WebCore/ForwardingHeaders/heap/ |
Weak.h | 3 #include <JavaScriptCore/Weak.h>
|
/external/webkit/Source/JavaScriptCore/heap/ |
Weak.h | 37 template <typename T> class Weak : public Handle<T> { 44 Weak() 49 Weak(JSGlobalData& globalData, ExternalType value = ExternalType(), WeakHandleOwner* weakOwner = 0, void* context = 0) 56 Weak(const Weak& other) 64 template <typename U> Weak(const Weak<U>& other) 74 Weak(HashTableDeletedValueTag) 79 ~Weak() 84 void swap(Weak& other [all...] |
/external/webkit/Source/WebCore/bindings/js/ |
ScriptWrappable.h | 35 #include <heap/Weak.h> 57 JSC::Weak<JSDOMWrapper> m_wrapper;
|
JSNodeFilterCondition.h | 24 #include <heap/Weak.h> 49 mutable JSC::Weak<JSC::Unknown> m_filter;
|
DOMWrapperWorld.h | 26 #include <heap/Weak.h> 35 typedef HashMap<void*, JSC::Weak<JSDOMWrapper> > DOMObjectWrapperMap;
|
JSEventListener.h | 25 #include <heap/Weak.h> 69 mutable JSC::Weak<JSC::JSObject> m_wrapper;
|
JSDOMBinding.h | 29 #include <heap/Weak.h> 169 world->m_wrappers.set(domObject, JSC::Weak<JSDOMWrapper>(*world->globalData(), wrapper, wrapperOwner(world, domObject), wrapperContext(world, domObject)));
|
/external/llvm/include/llvm/Support/ |
ValueHandle.h | 50 Weak 136 WeakVH() : ValueHandleBase(Weak) {} 137 WeakVH(Value *P) : ValueHandleBase(Weak, P) {} 139 : ValueHandleBase(Weak, RHS) {}
|
/external/webkit/Source/WebKit/qt/examples/platformplugin/ |
qwebkitplatformplugin.h | 98 None, Weak, Medium, Strong
|
/external/webkit/Source/JavaScriptCore/API/ |
JSClassRef.h | 31 #include "Weak.h" 85 JSC::Weak<JSC::JSObject> cachedPrototype;
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebkitplatformplugin.h | 103 None, Weak, Medium, Strong
|
/external/webkit/Source/WebCore/bridge/jsc/ |
BridgeJSC.h | 127 Weak<RuntimeObject> m_runtimeObject;
|
/external/llvm/lib/VMCore/ |
Value.cpp | 543 case Weak: 544 // Weak just goes to null, which will unlink it from the list. 554 // All callbacks, weak references, and assertingVHs should be dropped by now. 600 case Weak: 601 // Weak goes to the new value, which will unlink it from Old's list. 612 // If any new tracking or weak value handles were added while processing the 618 case Weak: 622 llvm_unreachable("A tracking or weak value handle still pointed to the"
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
RegisterFile.h | 35 #include "Weak.h" 155 Weak<JSGlobalObject> m_globalObject; // The global object whose vars are currently stored in the register file.
|
/external/clang/lib/CodeGen/ |
CGValue.h | 208 return Quals.getObjCGCAttr() == Qualifiers::Weak;
|
CGObjCMac.cpp | [all...] |
CGExpr.cpp | [all...] |
/external/clang/lib/AST/ |
DumpXML.cpp | 900 case Qualifiers::Weak: set("gc", "weak"); break;
|
TypePrinter.cpp | 912 S += "weak"; 925 case Qualifiers::OCL_Weak: S += "weak"; break; [all...] |
ASTContext.cpp | [all...] |
Expr.cpp | [all...] |
/external/clang/include/clang/AST/ |
Type.h | 108 /// * Objective C: the GC attributes (none, weak, or strong) 120 Weak, 263 /// True if the lifetime is either strong or weak. 816 /// isObjCGCWeak true when Type is objc's weak. 818 return getObjCGCAttr() == Qualifiers::Weak; 848 /// conceivable that qualifiers (objc_gc(weak)?) could make [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm.ml | 44 | Weak [all...] |
llvm.mli | 79 | Weak [all...] |
/external/clang/lib/Sema/ |
SemaType.cpp | 82 } else if (attr.getParameterName()->isStr("weak")) { [all...] |