Searched refs:NewScope (Results 1 – 11 of 11) sorted by relevance
/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | CallSafeHandle.cs | 72 using (completionQueue.NewScope()) in StartUnary() 88 using (completionQueue.NewScope()) in StartClientStreaming() 97 using (completionQueue.NewScope()) in StartServerStreaming() 106 using (completionQueue.NewScope()) in StartDuplexStreaming() 115 using (completionQueue.NewScope()) in StartSendMessage() 124 using (completionQueue.NewScope()) in StartSendCloseFromClient() 134 using (completionQueue.NewScope()) in StartSendStatusFromServer() 184 using (completionQueue.NewScope()) in StartReceiveMessage() 193 using (completionQueue.NewScope()) in StartReceiveInitialMetadata() 202 using (completionQueue.NewScope()) in StartServerSide() [all …]
|
D | ServerSafeHandle.cs | 42 using (cq.NewScope()) in RegisterCompletionQueue() 65 using (completionQueue.NewScope()) in ShutdownAndNotify() 76 using (completionQueue.NewScope()) in RequestCall()
|
D | CompletionQueueSafeHandle.cs | 72 public UsageScope NewScope() in NewScope() method in Grpc.Core.Internal.CompletionQueueSafeHandle
|
D | AsyncCall.cs | 80 using (profiler.NewScope("AsyncCall.UnaryCall")) in UnaryCall() 112 using (profiler.NewScope("AsyncCall.UnaryCall.HandleBatch")) in UnaryCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LexicalScopes.h | 92 void closeInsnRange(LexicalScope *NewScope = nullptr) { 99 if (Parent && (!NewScope || !Parent->dominates(NewScope))) 100 Parent->closeInsnRange(NewScope);
|
/third_party/node/test/js-native-api/test_handle_scope/ |
D | test_handle_scope.c | 10 static napi_value NewScope(napi_env env, napi_callback_info info) { in NewScope() function 74 DECLARE_NAPI_PROPERTY("NewScope", NewScope), in Init()
|
D | test.js | 9 testHandleScope.NewScope();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopVersioningLICM.cpp | 544 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local 552 Scopes.push_back(NewScope); in setNoAliasToLoop() 553 NoAliases.push_back(NewScope); in setNoAliasToLoop()
|
/third_party/grpc/src/csharp/Grpc.Core/Profiling/ |
D | Profilers.cs | 41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope() method in Grpc.Core.Profiling.Profilers
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 966 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local 967 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1985 DILexicalBlockFile *NewScope = in cloneWithDiscriminator() local 1987 return DILocation::get(getContext(), getLine(), getColumn(), NewScope, in cloneWithDiscriminator()
|