Lines Matching refs:ReportStack
39 ReportStack *NewReportStackEntry(uptr addr) {
40 ReportStack *ent = (ReportStack*)internal_alloc(MBlockReportStack,
41 sizeof(ReportStack));
59 static ReportStack *NewReportStackEntry(const AddressInfo &info) {
60 ReportStack *ent = NewReportStackEntry(info.address);
72 ReportStack *SymbolizeCode(uptr addr) {
84 ReportStack *top = 0;
85 ReportStack *bottom = 0;
87 ReportStack *cur_entry = NewReportStackEntry(addr_frames[i]);