HomeSort by relevance Sort by last modified time
    Searched refs:Retain (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebKit/android/jni/
WebCoreRefObject.h 7 * * Redistributions of source code must retain the above copyright
33 static inline WebCoreRefObject* Retain(WebCoreRefObject* obj)
WebFrameView.cpp 7 * * Redistributions of source code must retain the above copyright
49 Retain(mWebViewCore);
WebViewCore.cpp 7 * * Redistributions of source code must retain the above copyright
    [all...]
  /external/webkit/Source/JavaScriptGlue/
JSBase.h 8 * 1. Redistributions of source code must retain the above copyright
39 JSBase* Retain();
JSBase.cpp 8 * 1. Redistributions of source code must retain the above copyright
40 JSBase* JSBase::Retain()
JSUtils.cpp 8 * 1. Redistributions of source code must retain the above copyright
112 result->Retain();
UserObjectImp.cpp 8 * 1. Redistributions of source code must retain the above copyright
39 , fJSUserObject((JSUserObject*)userObject->Retain())
JavaScriptGlue.cpp 8 * 1. Redistributions of source code must retain the above copyright
70 ptr->Retain();
355 outCallBacks->retain = (CFArrayRetainCallBack)JSCFRetain;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 175 /// Merge an autorelease with a retain into a fused call.
185 // Check that there are no instructions between the retain and the autorelease
187 CallInst *Retain = 0;
203 Retain = dyn_cast_or_null<CallInst>(*DependingInstructions.begin());
206 if (!Retain ||
207 GetBasicInstructionClass(Retain) != IC_Retain ||
208 GetObjCArg(Retain) != Arg)
215 "retain/autorelease. Erasing: " << *Autorelease << "\n"
216 " Old Retain: "
217 << *Retain << "\n")
    [all...]
ObjCARCOpts.cpp 269 // The second retain and autorelease can be deleted.
295 // TODO: Delete release+retain pairs (rare).
301 "retain+autoreleaes eliminated");
302 STATISTIC(NumRRs, "Number of retain+release paths eliminated");
373 /// retain-decrement-use-release sequence or release-use-decrement-retain
379 /// there are retain-release pairs in code regions where the retain count
383 /// Also, a retain+release pair nested within another retain+releas
    [all...]
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 51 void Retain() const { ++ref_cnt; }
76 void Retain() const { ++ref_cnt; }
88 static void retain(T *obj) { obj->Retain(); } function in struct:llvm::IntrusiveRefCntPtrInfo
104 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
119 retain();
123 retain();
140 retain();
177 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp 44 static void retain(InterceptRefCounted *I) { function in struct:llvm::IntrusiveRefCntPtrInfo
46 I->Retain();
  /external/webkit/Source/WebCore/platform/android/
WidgetAndroid.cpp 7 * * Redistributions of source code must retain the above copyright
73 Retain(platformWidget());
PopupMenuAndroid.cpp 128 Retain(m_reply);
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 32 Retain();
38 Retain();
50 Retain();
54 void JavaObject::Retain() {
jni_util.h 71 // Retain the instance, i.e. increase reference count.
72 void Retain();
  /external/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp 382 mutable IdentifierInfo *Retain, *Release, *MakeCollectable;
384 CFRetainReleaseChecker(): Retain(0), Release(0), MakeCollectable(0) {}
403 Retain = &Ctx.Idents.get("CFRetain");
412 if (!(FuncII == Retain || FuncII == Release || FuncII == MakeCollectable))
443 if (FuncII == Retain)
464 // Check for sending 'retain', 'release', or 'autorelease' directly to a Class.
489 retainS = GetNullarySelector("retain", Ctx);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 7 * * Redistributions of source code must retain the above copyright
98 Retain(m_webFrame);
    [all...]
ChromeClientAndroid.cpp 7 * * Redistributions of source code must retain the above copyright
121 Retain(m_webFrame);
  /external/clang/tools/libclang/
IndexingContext.h 259 /// \brief Retain/Release only useful when we allocate a AttrListInfo from the
262 void Retain() { ++ref_cnt; }
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 139 void Retain() const { ++RefCount; }
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 278 // We don't retain the receiver in delegate init calls, and this is
336 // (i.e. retain+autorelease) of receivers of returns-inner-pointer
606 // Handle retain.
607 if (setterKind == ObjCPropertyDecl::Retain) {
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 576 milliseconds