/external/abseil-cpp/absl/debugging/ |
D | stacktrace_benchmark.cc | 25 static constexpr int kMaxStackDepth = 100; variable 27 void* pcs[kMaxStackDepth]; 52 BENCHMARK(BM_GetStackTrace)->DenseRange(10, kMaxStackDepth, 10);
|
/external/cronet/tot/third_party/abseil-cpp/absl/debugging/ |
D | stacktrace_benchmark.cc | 25 static constexpr int kMaxStackDepth = 100; variable 27 void* pcs[kMaxStackDepth]; 52 BENCHMARK(BM_GetStackTrace)->DenseRange(10, kMaxStackDepth, 10);
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
D | stacktrace_benchmark.cc | 25 static constexpr int kMaxStackDepth = 100; variable 27 void* pcs[kMaxStackDepth]; 52 BENCHMARK(BM_GetStackTrace)->DenseRange(10, kMaxStackDepth, 10);
|
/external/cronet/stable/third_party/abseil-cpp/absl/debugging/ |
D | stacktrace_benchmark.cc | 25 static constexpr int kMaxStackDepth = 100; variable 27 void* pcs[kMaxStackDepth]; 52 BENCHMARK(BM_GetStackTrace)->DenseRange(10, kMaxStackDepth, 10);
|
/external/angle/third_party/abseil-cpp/absl/debugging/ |
D | stacktrace_benchmark.cc | 25 static constexpr int kMaxStackDepth = 100; variable 27 void* pcs[kMaxStackDepth]; 52 BENCHMARK(BM_GetStackTrace)->DenseRange(10, kMaxStackDepth, 10);
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_allocation_context_tracker.cc | 36 const size_t kMaxStackDepth = 128u; variable 97 tracked_stack_.reserve(kMaxStackDepth); in AllocationContextTracker() 120 if (tracked_stack_.size() < kMaxStackDepth) { in PushPseudoStackFrame() 140 if (tracked_stack_.size() < kMaxStackDepth) in PushNativeStackFrame()
|
/external/skia/src/pdf/ |
D | SkPDFGraphicStackState.h | 29 inline static constexpr int kMaxStackDepth = 2; member 30 Entry fEntries[kMaxStackDepth + 1];
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 202 static constexpr size_t kMaxStackDepth = 64; variable 248 void* stack_[kMaxStackDepth]; 249 void* parent_stack_[kMaxStackDepth];
|
/external/cronet/stable/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 202 static constexpr size_t kMaxStackDepth = 64; variable 248 void* stack_[kMaxStackDepth]; 249 void* parent_stack_[kMaxStackDepth];
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 199 static constexpr size_t kMaxStackDepth = 64; variable 245 void* stack_[kMaxStackDepth]; 246 void* parent_stack_[kMaxStackDepth];
|
D | cordz_info_test.cc | 256 static constexpr int kMaxStackDepth = 50; in TEST() local 260 local_stack.resize(kMaxStackDepth); in TEST() 267 absl::GetStackTrace(local_stack.data(), kMaxStackDepth, in TEST()
|
/external/cronet/tot/third_party/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 202 static constexpr size_t kMaxStackDepth = 64; variable 248 void* stack_[kMaxStackDepth]; 249 void* parent_stack_[kMaxStackDepth];
|
/external/abseil-cpp/absl/strings/internal/ |
D | cordz_info.h | 202 static constexpr size_t kMaxStackDepth = 64; variable 248 void* stack_[kMaxStackDepth]; 249 void* parent_stack_[kMaxStackDepth];
|
D | cordz_info_test.cc | 256 static constexpr int kMaxStackDepth = 50; in TEST() local 260 local_stack.resize(kMaxStackDepth); in TEST() 267 absl::GetStackTrace(local_stack.data(), kMaxStackDepth, in TEST()
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | arenaz_sampler.h | 82 static constexpr int kMaxStackDepth = 64; member 84 void* stack[kMaxStackDepth];
|
/external/protobuf/src/google/protobuf/ |
D | arenaz_sampler.h | 82 static constexpr int kMaxStackDepth = 64; member 84 void* stack[kMaxStackDepth];
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | arenaz_sampler.h | 82 static constexpr int kMaxStackDepth = 64; member 84 void* stack[kMaxStackDepth];
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.h | 98 static constexpr int kMaxStackDepth = 64; member 106 void* stack[kMaxStackDepth];
|
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.h | 98 static constexpr int kMaxStackDepth = 64; member 106 void* stack[kMaxStackDepth];
|
/external/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.h | 98 static constexpr int kMaxStackDepth = 64; member 106 void* stack[kMaxStackDepth];
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.h | 91 static constexpr int kMaxStackDepth = 64; member 94 void* stack[kMaxStackDepth];
|
D | hashtablez_sampler.cc | 38 constexpr int HashtablezInfo::kMaxStackDepth; member in absl::container_internal::HashtablezInfo 90 depth = absl::GetStackTrace(stack, HashtablezInfo::kMaxStackDepth, in PrepareForSampling()
|
/external/angle/third_party/abseil-cpp/absl/container/internal/ |
D | hashtablez_sampler.h | 98 static constexpr int kMaxStackDepth = 64; member 106 void* stack[kMaxStackDepth];
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | hashtablez_sampler.h | 95 static constexpr int kMaxStackDepth = 64; member 98 void* stack[kMaxStackDepth];
|
D | hashtablez_sampler.cc | 33 constexpr int HashtablezInfo::kMaxStackDepth; member in absl::container_internal::HashtablezInfo 80 depth = absl::GetStackTrace(stack, HashtablezInfo::kMaxStackDepth, in PrepareForSampling()
|