/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 90 bool optimizeRetainCall(Function &F, Instruction *Retain); 121 bool ObjCARCContract::optimizeRetainCall(Function &F, Instruction *Retain) { in optimizeRetainCall() argument 122 ImmutableCallSite CS(GetArgRCIdentityRoot(Retain)); in optimizeRetainCall() 126 if (Call->getParent() != Retain->getParent()) in optimizeRetainCall() 133 if (&*I != Retain) in optimizeRetainCall() 144 << *Retain << "\n"); in optimizeRetainCall() 149 cast<CallInst>(Retain)->setCalledFunction(Decl); in optimizeRetainCall() 151 LLVM_DEBUG(dbgs() << "New: " << *Retain << "\n"); in optimizeRetainCall() 164 CallInst *Retain = nullptr; in contractAutorelease() local 180 Retain = dyn_cast_or_null<CallInst>(*DependingInstructions.begin()); in contractAutorelease() [all …]
|
D | ARCRuntimeEntryPoints.h | 44 Retain, enumerator 63 Retain = nullptr; in init() 81 case ARCRuntimeEntryPointKind::Retain: in get() 82 return getIntrinsicEntryPoint(Retain, Intrinsic::objc_retain); in get() 114 Function *Retain = nullptr; variable
|
D | ObjCARCOpts.cpp | 553 Instruction * Retain, 643 Function *NewDecl = EP.get(ARCRuntimeEntryPointKind::Retain); in OptimizeRetainRVCall() 1098 case ARCInstKind::Retain: in OptimizeIndividualCallImpl() 1339 case ARCInstKind::Retain: in VisitInstructionBottomUp() 1468 case ARCInstKind::Retain: in VisitInstructionTopDown() 1702 Function *Decl = EP.get(ARCRuntimeEntryPointKind::Retain); in MoveCalls() 1747 Instruction *Retain, in PairUpRetainsAndReleases() argument 1766 for (SmallVector<Instruction *, 4> NewRetains{Retain};;) { in PairUpRetainsAndReleases() 1958 Instruction *Retain = cast<Instruction>(V); in PerformCodePlacement() local 1960 LLVM_DEBUG(dbgs() << "Visiting: " << *Retain << "\n"); in PerformCodePlacement() [all …]
|
D | DependencyAnalysis.cpp | 184 case ARCInstKind::Retain: in Depends() 196 case ARCInstKind::Retain: in Depends()
|
D | ObjCARCExpand.cpp | 103 case ARCInstKind::Retain: in runOnFunction()
|
/third_party/flutter/engine/flutter/fml/platform/darwin/ |
D | scoped_block.h | 24 Retain, enumerator 33 if (block_ && policy == OwnershipPolicy::Retain) in block_() 48 reset(that.get(), OwnershipPolicy::Retain); 54 if (block && policy == OwnershipPolicy::Retain)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ObjCARCInstKind.cpp | 32 case ARCInstKind::Retain: in operator <<() 115 return ARCInstKind::Retain; in GetFunctionClass() 317 case ARCInstKind::Retain: in IsUser() 347 case ARCInstKind::Retain: in IsRetain() 386 case ARCInstKind::Retain: in IsAutorelease() 418 case ARCInstKind::Retain: in IsForwarding() 453 case ARCInstKind::Retain: in IsNoopOnNull() 488 case ARCInstKind::Retain: in IsNoopOnGlobal() 524 case ARCInstKind::Retain: in IsAlwaysTail() 565 case ARCInstKind::Retain: in IsNeverTail() [all …]
|
D | ObjCARCAliasAnalysis.cpp | 117 case ARCInstKind::Retain: in getModRefInfo()
|
/third_party/gn/src/base/mac/ |
D | scoped_typeref.h | 61 object_ = Traits::Retain(object_); in object_() 66 object_ = Traits::Retain(object_); in ScopedTypeRef() 74 object_ = Traits::Retain(object_); in ScopedTypeRef() 103 object = Traits::Retain(object);
|
D | scoped_cftyperef.h | 33 static CFT Retain(CFT object) { in Retain() function
|
/third_party/cef/include/base/ |
D | cef_scoped_typeref_mac.h | 96 object_ = Traits::Retain(object_); in object_() 102 object_ = Traits::Retain(object_); in ScopedTypeRef() 110 object_ = Traits::Retain(object_); in ScopedTypeRef() 143 object = Traits::Retain(object);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | CommandRecordingContext.mm | 44 // The autorelease pool may drain before the command buffer is submitted. Retain so it stays 72 // The encoder is created autoreleased. Retain it to avoid the autoreleasepool from 95 // The encoder is created autoreleased. Retain it to avoid the autoreleasepool from 117 // The encoder is created autoreleased. Retain it to avoid the autoreleasepool from
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 48 void Retain() const { ++ref_cnt; } in Retain() function 74 void Retain() const { ++ref_cnt; } in Retain() function 86 static void retain(T *obj) { obj->Retain(); } in retain() 105 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | IntrusiveRefCntPtr.h | 77 void Retain() const { ++RefCount; } in Retain() function 94 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() function 125 static void retain(T *obj) { obj->Retain(); } in retain()
|
/third_party/grpc/src/core/lib/iomgr/ |
D | cfstream_handle.cc | 44 void* CFStreamHandle::Retain(void* info) { in Retain() function in CFStreamHandle 139 CFStreamHandle::Retain, CFStreamHandle::Release, in CFStreamHandle()
|
D | cfstream_handle.h | 66 static void* Retain(void* info);
|
/third_party/cef/include/base/internal/ |
D | cef_scoped_block_mac.h | 52 static B Retain(B block) { return Block_copy(block); } in Retain() function
|
/third_party/skia/src/sksl/dsl/ |
D | DSLSymbols.cpp | 56 const String* Retain(String string) { in Retain() function
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | platform_message_response_darwin.mm | 12 : callback_(callback, fml::OwnershipPolicy::Retain),
|
D | platform_message_router.mm | 48 fml::ScopedBlock<FlutterBinaryMessageHandler>{handler, fml::OwnershipPolicy::Retain};
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ObjCARCInstKind.h | 31 Retain, ///< objc_retain enumerator
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
D | CleanOutputDirectoryTask.java | 84 public static final class Retain extends Task { class in CleanOutputDirectoryTask 114 public void addConfiguredRetain(Retain retain) { in addConfiguredRetain()
|
/third_party/flutter/skia/third_party/externals/wuffs/test/data/ |
D | romeo.txt | 22 Retain that dear perfection which he owes
|
D | romeo.txt.gz | 1Romeo and Juliet
2Excerpt from Act 2, Scene 2
3
4JULIET
5O Romeo, ... |
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | compositing_test.dart | 186 // Retain: reuses a layer as is along with its DOM elements. 221 // Retain again: the framework should be able to request that a layer is added
|