Home | History | Annotate | Download | only in debug

Lines Matching defs:stack_depth

267   size_t stack_depth;
268 const void* const* stack_addrs = stack_trace.Addresses(&stack_depth);
271 for (i = 1; i < stack_depth && i < kActivityCallStackSize; ++i) {
1042 size_t ThreadActivityTracker::SizeForStackDepth(int stack_depth) {
1043 return static_cast<size_t>(stack_depth) * sizeof(Activity) + sizeof(Header);
1258 int stack_depth,
1262 new GlobalActivityTracker(std::move(allocator), stack_depth, process_id);
1273 int stack_depth) {
1288 stack_depth, 0);
1296 int stack_depth,
1299 MakeUnique<LocalPersistentMemoryAllocator>(size, id, name), stack_depth,
1607 int stack_depth,
1610 stack_memory_size_(ThreadActivityTracker::SizeForStackDepth(stack_depth)),