Home
last modified time | relevance | path

Searched refs:kMaxStackDepth (Results 1 – 25 of 43) sorted by relevance

12

/external/abseil-cpp/absl/debugging/
Dstacktrace_benchmark.cc25 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/
Dstacktrace_benchmark.cc25 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/
Dstacktrace_benchmark.cc25 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/
Dstacktrace_benchmark.cc25 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/
Dstacktrace_benchmark.cc25 static constexpr int kMaxStackDepth = 100; variable
27 void* pcs[kMaxStackDepth];
52 BENCHMARK(BM_GetStackTrace)->DenseRange(10, kMaxStackDepth, 10);
/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.cc36 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/
DSkPDFGraphicStackState.h29 inline static constexpr int kMaxStackDepth = 2; member
30 Entry fEntries[kMaxStackDepth + 1];
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcordz_info.h202 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/
Dcordz_info.h202 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/
Dcordz_info.h199 static constexpr size_t kMaxStackDepth = 64; variable
245 void* stack_[kMaxStackDepth];
246 void* parent_stack_[kMaxStackDepth];
Dcordz_info_test.cc256 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/
Dcordz_info.h202 static constexpr size_t kMaxStackDepth = 64; variable
248 void* stack_[kMaxStackDepth];
249 void* parent_stack_[kMaxStackDepth];
/external/abseil-cpp/absl/strings/internal/
Dcordz_info.h202 static constexpr size_t kMaxStackDepth = 64; variable
248 void* stack_[kMaxStackDepth];
249 void* parent_stack_[kMaxStackDepth];
Dcordz_info_test.cc256 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/
Darenaz_sampler.h82 static constexpr int kMaxStackDepth = 64; member
84 void* stack[kMaxStackDepth];
/external/protobuf/src/google/protobuf/
Darenaz_sampler.h82 static constexpr int kMaxStackDepth = 64; member
84 void* stack[kMaxStackDepth];
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Darenaz_sampler.h82 static constexpr int kMaxStackDepth = 64; member
84 void* stack[kMaxStackDepth];
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h98 static constexpr int kMaxStackDepth = 64; member
106 void* stack[kMaxStackDepth];
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h98 static constexpr int kMaxStackDepth = 64; member
106 void* stack[kMaxStackDepth];
/external/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h98 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/
Dhashtablez_sampler.h91 static constexpr int kMaxStackDepth = 64; member
94 void* stack[kMaxStackDepth];
Dhashtablez_sampler.cc38 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/
Dhashtablez_sampler.h98 static constexpr int kMaxStackDepth = 64; member
106 void* stack[kMaxStackDepth];
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhashtablez_sampler.h95 static constexpr int kMaxStackDepth = 64; member
98 void* stack[kMaxStackDepth];
Dhashtablez_sampler.cc33 constexpr int HashtablezInfo::kMaxStackDepth; member in absl::container_internal::HashtablezInfo
80 depth = absl::GetStackTrace(stack, HashtablezInfo::kMaxStackDepth, in PrepareForSampling()

12