Home
last modified time | relevance | path

Searched defs:Retain (Results 1 - 11 of 11) sorted by relevance

/third_party/gn/src/base/mac/
H A Dscoped_cftyperef.h33 static CFT Retain(CFT object) { in Retain() function
/third_party/skia/src/sksl/dsl/
H A DDSLSymbols.cpp56 const String* Retain(String string) { in Retain() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DARCRuntimeEntryPoints.h44 Retain, member in llvm::objcarc::ARCRuntimeEntryPointKind
114 Function *Retain = nullptr; member in llvm::objcarc::ARCRuntimeEntryPoints
H A DObjCARCContract.cpp121 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall() argument
164 CallInst *Retain = nullptr; in contractAutorelease() local
195 << *Retain << "\\n"); contractAutorelease() local
311 Instruction *Retain = &*I; findRetainForStoreStrongContraction() local
398 Instruction *Retain = tryToContractReleaseIntoStoreStrong() local
[all...]
H A DObjCARCOpts.cpp1743 PairUpRetainsAndReleases( DenseMap<const BasicBlock *, BBState> &BBStates, BlotMapVector<Value *, RRInfo> &Retains, DenseMap<Value *, RRInfo> &Releases, Module *M, Instruction *Retain, SmallVectorImpl<Instruction *> &DeadInsts, RRInfo &RetainsToMove, RRInfo &ReleasesToMove, Value *Arg, bool KnownSafe, bool &AnyPairsCompletelyEliminated) PairUpRetainsAndReleases() argument
1958 Instruction *Retain = cast<Instruction>(V); PerformCodePlacement() local
2192 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, SmallPtrSetImpl<Instruction *> &DepInsts, SmallPtrSetImpl<const BasicBlock *> &Visited, ProvenanceAnalysis &PA) HasSafePathToPredecessorCall() argument
2299 CallInst *Retain = FindPredecessorRetainWithSafePath( OptimizeReturns() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h48 void Retain() const { ++ref_cnt; } in Retain() function in llvm::RefCountedBase
74 void Retain() const { ++ref_cnt; } in Retain() function in llvm::RefCountedBaseVPTR
105 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function in llvm::ThreadSafeRefCountedBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h77 void Retain() const { ++RefCount; } in Retain() function in llvm::RefCountedBase
94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function in llvm::ThreadSafeRefCountedBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DObjCARCInstKind.h31 Retain, ///< objc_retain member in llvm::objcarc::ARCInstKind
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DCleanOutputDirectoryTask.java84 public static final class Retain extends Task { class in CleanOutputDirectoryTask
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.cc472 Node* GraphAssembler::Retain(Node* buffer) { in Retain() function in v8::internal::compiler::GraphAssembler
H A Draw-machine-assembler.h204 Node* Retain(Node* value) { return AddNode(common()->Retain(), value); } in Retain() function in v8::internal::compiler::RawMachineAssembler

Completed in 12 milliseconds