Home
last modified time | relevance | path

Searched refs:Recycle (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h72 Recycle(cb); in Drain()
87 void NOINLINE Recycle(Callback cb) { in Recycle() function
110 cb.Recycle((Node*)b->batch[i]); in DoRecycle()
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DRequestCallContextSafeHandle.cs83 public void Recycle() in Recycle() method in Grpc.Core.Internal.RequestCallContextSafeHandle
120 Recycle(); in IOpCompletionCallback.OnComplete()
DBatchContextSafeHandle.cs115 public void Recycle() in Recycle() method in Grpc.Core.Internal.BatchContextSafeHandle
152 Recycle(); in IOpCompletionCallback.OnComplete()
DAsyncCall.cs124 ctx.Recycle(); in UnaryCall()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DExecutionDepsFix.cpp143 void Recycle(DomainValue*);
178 void ExeDepsFix::Recycle(DomainValue *dv) { in Recycle() function in ExeDepsFix
196 if (--LiveRegs[rx]->Refs == 0) Recycle(LiveRegs[rx]); in SetLiveReg()
/external/grpc-grpc/src/csharp/Grpc.Microbenchmarks/
DCompletionRegistryBenchmark.cs67 ctx.Recycle(); in ThreadBody()
/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp210 void Recycle(ScudoChunk *Chunk) { in Recycle() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc136 void Recycle(AsanChunk *m) { in Recycle() function