Home
last modified time | relevance | path

Searched defs:Retain (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DIntrusiveRefCntPtr.h48 void Retain() const { ++ref_cnt; } in Retain() function
74 void Retain() const { ++ref_cnt; } in Retain() function
105 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
/external/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h51 void Retain() const { ++ref_cnt; } in Retain() function
76 void Retain() const { ++ref_cnt; } in Retain() function
107 void Retain() const { ++RefCount; } in Retain() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h44 Retain, enumerator
114 Function *Retain = nullptr; variable
DObjCARCContract.cpp121 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
164 CallInst *Retain = nullptr; in contractAutorelease() local
311 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
398 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h40 Retain, enumerator
115 Function *Retain = nullptr; variable
DObjCARCContract.cpp123 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
166 auto *Retain = dyn_cast_or_null<CallInst>( in contractAutorelease() local
300 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
361 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp113 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall()
154 CallInst *Retain = nullptr; in contractAutorelease() local
298 Instruction *Retain = &*I; in findRetainForStoreStrongContraction() local
358 Instruction *Retain = in tryToContractReleaseIntoStoreStrong() local
DARCRuntimeEntryPoints.h33 Retain, enumerator
110 Constant *Retain; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h77 void Retain() const { ++RefCount; } in Retain() function
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DIntrusiveRefCntPtr.h96 void Retain() const { ++RefCount; } in Retain() function
127 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
/external/webrtc/sdk/android/src/jni/
Dscoped_java_ref_counted.cc19 ScopedJavaRefCounted ScopedJavaRefCounted::Retain( in Retain() function in webrtc::jni::ScopedJavaRefCounted
/external/pdfium/testing/
Dpseudo_retainable.h11 void Retain() const { ++retain_count_; } in Retain() function
/external/cronet/stable/base/mac/
Dscoped_ioobject.h19 static IOT Retain(IOT iot) { in Retain() function
Dscoped_ioplugininterface.h19 static T Retain(T t) { in Retain() function
/external/cronet/tot/base/mac/
Dscoped_ioobject.h19 static IOT Retain(IOT iot) { in Retain() function
Dscoped_ioplugininterface.h19 static T Retain(T t) { in Retain() function
/external/cronet/tot/base/apple/
Dscoped_cftyperef.h33 static CFT Retain(CFT object) { in Retain() function
Dscoped_dispatch_object.h27 static T Retain(T object) { in Retain() function
Dscoped_nsobject.h51 static NST Retain(NST nst) { return [nst retain]; } in Retain() function
/external/cronet/stable/base/apple/
Dscoped_cftyperef.h33 static CFT Retain(CFT object) { in Retain() function
Dscoped_dispatch_object.h27 static T Retain(T object) { in Retain() function
Dscoped_nsobject.h51 static NST Retain(NST nst) { return [nst retain]; } in Retain() function
/external/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/apple/
Dscoped_cftyperef.h33 static CFT Retain(CFT object) { in Retain() function
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/apple/
Dscoped_cftyperef.h33 static CFT Retain(CFT object) { in Retain() function
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m10 @property (retain) NSObject *Retain; property

12