Home | History | Annotate | Download | only in wtf

Lines Matching refs:StackTrace

506 // you're porting to a system where you really can't get a stacktrace.
508 // We use #define so code compiles even if you #include stacktrace.h somehow.
511 # include <google/stacktrace.h>
1177 struct StackTrace {
1182 static PageHeapAllocator<StackTrace> stacktrace_allocator;
3228 StackTrace* stack = reinterpret_cast<StackTrace*>(s->objects);
3246 StackTrace* stack = reinterpret_cast<StackTrace*>(s->objects);
3420 StackTrace tmp;
3432 StackTrace *stack = stacktrace_allocator.New();
3541 stacktrace_allocator.Delete(reinterpret_cast<StackTrace*>(span->objects));