Home
last modified time | relevance | path

Searched refs:StackEntries (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_basic_logging.cpp63 size_t StackEntries = 0; member
143 TLD.StackEntries = 0; in getThreadLocalData()
151 TLD.StackEntries = 0; in getThreadLocalData()
179 if (TLD.StackEntries++ >= TLD.StackSize) in InMemoryRawLog()
190 (sizeof(StackEntry) * (TLD.StackEntries - 1)); in InMemoryRawLog()
196 if (TLD.StackEntries == 0) in InMemoryRawLog()
199 if (--TLD.StackEntries >= TLD.StackSize) in InMemoryRawLog()
214 (sizeof(StackEntry) * TLD.StackEntries); in InMemoryRawLog()
250 TLD.StackEntries = 0; in InMemoryRawLog()
273 TLD.StackEntries = 0; in InMemoryRawLogWithArg()
[all …]
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DCustomErrorDetailsTest.cs82 Assert.IsNotEmpty(debugInfo.StackEntries); in ErrorDetailsFromCallObject()
99 Assert.IsNotEmpty(debugInfo.StackEntries); in ErrorDetailsFromRpcException()
122 …debugInfo.StackEntries.AddRange(e.StackTrace.Split(new[] { Environment.NewLine }, StringSplitOptio… in UnaryCall()
DEchoMessages.cs107 public pbc::RepeatedField<string> StackEntries { property in Grpc.Testing.DebugInfo
/external/llvm-project/llvm/docs/
DGarbageCollection.rst455 /// The head of the singly-linked list of StackEntries. Functions push
/external/llvm/docs/
DGarbageCollection.rst455 /// @brief The head of the singly-linked list of StackEntries. Functions push