HomeSort by relevance Sort by last modified time
    Searched refs:ReportStack (Results 1 - 8 of 8) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 38 struct ReportStack {
41 static ReportStack *New();
44 ReportStack();
59 ReportStack *stack;
80 ReportStack *stack;
93 ReportStack *stack;
100 ReportStack *stack;
106 Vector<ReportStack*> stacks;
112 ReportStack *sleep;
125 void PrintStack(const ReportStack *stack)
    [all...]
tsan_symbolize.h 27 ReportStack *NewReportStackEntry(uptr addr);
tsan_suppressions.h 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
tsan_report.cc 22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {}
24 ReportStack *ReportStack::New() {
25 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportStack));
26 return new(mem) ReportStack();
120 void PrintStack(const ReportStack *ent) {
246 static void PrintSleep(const ReportStack *s) {
254 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
354 if (ReportStack *stack = ChooseSummaryStack(rep))
    [all...]
tsan_defs.h 151 struct ReportStack;
tsan_suppressions.cc 111 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
tsan_rtl_report.cc 33 static ReportStack *SymbolizeStack(StackTrace trace);
99 ReportStack *SymbolizeStackId(u32 stack_id) {
108 static ReportStack *SymbolizeStack(StackTrace trace) {
132 ReportStack *stack = ReportStack::New();
153 ReportStack **rs = rep_->stacks.PushBack();
tsan_rtl.h 616 ReportStack *SymbolizeStackId(u32 stack_id);

Completed in 492 milliseconds