Home | History | Annotate | Download | only in rtl

Lines Matching refs:ReportStack

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)) {
366 void PrintStack(const ReportStack *ent) {