Home
last modified time | relevance | path

Searched refs:NewScope (Results 1 – 24 of 24) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCallSafeHandle.cs71 using (completionQueue.NewScope()) in StartUnary()
87 using (completionQueue.NewScope()) in StartClientStreaming()
96 using (completionQueue.NewScope()) in StartServerStreaming()
105 using (completionQueue.NewScope()) in StartDuplexStreaming()
114 using (completionQueue.NewScope()) in StartSendMessage()
123 using (completionQueue.NewScope()) in StartSendCloseFromClient()
133 using (completionQueue.NewScope()) in StartSendStatusFromServer()
145 using (completionQueue.NewScope()) in StartReceiveMessage()
154 using (completionQueue.NewScope()) in StartReceiveInitialMetadata()
163 using (completionQueue.NewScope()) in StartServerSide()
[all …]
DServerSafeHandle.cs42 using (cq.NewScope()) in RegisterCompletionQueue()
65 using (completionQueue.NewScope()) in ShutdownAndNotify()
76 using (completionQueue.NewScope()) in RequestCall()
DCompletionQueueSafeHandle.cs71 public UsageScope NewScope() in NewScope() method in Grpc.Core.Internal.CompletionQueueSafeHandle
DAsyncCall.cs80 using (profiler.NewScope("AsyncCall.UnaryCall")) in UnaryCall()
112 using (profiler.NewScope("AsyncCall.UnaryCall.HandleBatch")) in UnaryCall()
/external/tensorflow/tensorflow/go/op/
Dscope_test.go28 root = NewScope()
57 root = NewScope()
74 s = NewScope()
116 s := NewScope()
132 root = NewScope()
148 s := NewScope()
157 s1 := NewScope()
175 s := NewScope()
192 s = NewScope()
Dgradients_test.go28 s = NewScope()
96 s = NewScope()
137 s = NewScope()
190 s = NewScope()
220 s = NewScope()
237 s = NewScope()
Dop_test.go29 s := NewScope()
40 s := NewScope()
63 s := NewScope()
98 s = NewScope()
Dscope.go50 func NewScope() *Scope { func
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp198 Metadata *&NewScope = R.first->second; in addDiscriminators() local
205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators()
208 NewScope, DIL->getInlinedAt())); in addDiscriminators()
211 << dyn_cast<DILexicalBlockFile>(NewScope)->getDiscriminator() in addDiscriminators()
237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]); in addDiscriminators() local
239 CurrentDIL->getColumn(), NewScope, in addDiscriminators()
DInlineFunction.cpp879 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
880 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLexicalScopes.h200 void closeInsnRange(LexicalScope *NewScope = NULL) {
207 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
208 Parent->closeInsnRange(NewScope);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLexicalScopes.h93 void closeInsnRange(LexicalScope *NewScope = nullptr) {
100 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
101 Parent->closeInsnRange(NewScope);
/external/llvm/include/llvm/CodeGen/
DLexicalScopes.h91 void closeInsnRange(LexicalScope *NewScope = nullptr) {
98 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
99 Parent->closeInsnRange(NewScope);
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp483 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
491 Scopes.push_back(NewScope); in setNoAliasToLoop()
492 NoAliases.push_back(NewScope); in setNoAliasToLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp566 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in setNoAliasToLoop() local
574 Scopes.push_back(NewScope); in setNoAliasToLoop()
575 NoAliases.push_back(NewScope); in setNoAliasToLoop()
/external/v8/src/torque/
Dscope.cc22 Scope* ScopeChain::NewScope() { in NewScope() function in v8::internal::torque::ScopeChain
Ddeclarations.cc16 Scope* result = chain_.NewScope(); in GetModuleScope()
30 Scope* result = chain_.NewScope(); in GetNodeScope()
41 Scope* result = chain_.NewScope(); in GetGenericScope()
Dscope.h83 Scope* NewScope();
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DProfilers.cs41 public static ProfilerScope NewScope(this IProfiler profiler, string tag) in NewScope() method in Grpc.Core.Profiling.Profilers
/external/tensorflow/tensorflow/go/
Dexample_inception_inference_test.go205 s := op.NewScope()
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc509 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewScope() function in tensorflow::InternalScope
531 return InternalScope::NewScope(graph, status, refiner); in NewInternalScope()
/external/v8/src/parsing/
Dparser-base.h634 Scope* NewScope(ScopeType scope_type) const { in NewScope() function
4527 Scope* block_scope = NewScope(BLOCK_SCOPE); in ParseClassLiteral()
5437 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement()
5639 catch_info.scope = NewScope(CATCH_SCOPE); in ParseTryStatement()
5733 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForStatement()
5958 Scope* inner_scope = NewScope(BLOCK_SCOPE); in ParseStandardForLoopWithLexicalDeclarations()
6074 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForAwaitStatement()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp959 MDNode *NewScope = MDB.createAnonymousAliasScope(NewDomain, Name); in AddAliasScopeMetadata() local
960 NewScopes.insert(std::make_pair(A, NewScope)); in AddAliasScopeMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1938 DILexicalBlockFile *NewScope =
1940 return DILocation::get(getContext(), getLine(), getColumn(), NewScope,