Home
last modified time | relevance | path

Searched defs:Retain (Results 1 – 25 of 33) 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/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/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/pdfium/core/fxcrt/
Dstring_data_template.h21 void Retain() { ++m_nRefs; } in Retain() function
Dweak_ptr.h68 T* Retain() { in Retain() function
Dretain_ptr.h180 void Retain() const { in Retain() function
/external/cronet/base/mac/
Dscoped_cftyperef.h33 static CFT Retain(CFT object) { in Retain() function
Dscoped_ioobject.h19 static IOT Retain(IOT iot) { in Retain() function
Dscoped_ioplugininterface.h19 static T Retain(T t) { in Retain() function
Dscoped_dispatch_object.h19 static T Retain(T object) { in Retain() function
Dscoped_block.h23 static B Retain(B block) { return Block_copy(block); } in Retain() function
Dscoped_nsobject.h72 static NST Retain(__unsafe_unretained NST nst) { return objc_retain(nst); } in Retain() function
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/mac/
Dscoped_cftyperef.h33 static CFT Retain(CFT object) { in Retain() function
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m10 @property (retain) NSObject *Retain; property
/external/webrtc/sdk/objc/helpers/
Dscoped_cftyperef.h29 static T Retain(T ref) { in Retain() function
/external/llvm/include/llvm/Analysis/
DObjCARCInstKind.h31 Retain, ///< objc_retain enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DObjCARCInstKind.h31 Retain, ///< objc_retain enumerator
/external/grpc-grpc/src/core/lib/iomgr/
Dcfstream_handle.cc36 void* CFStreamHandle::Retain(void* info) { in Retain() function in CFStreamHandle
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcfstream_handle.cc44 void* CFStreamHandle::Retain(void* info) { in Retain() function in CFStreamHandle

12