Home
last modified time | relevance | path

Searched refs:ReportLocationHeap (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_report.h67 ReportLocationHeap, enumerator
Dtsan_report.cc184 } else if (loc->type == ReportLocationHeap) { in PrintLocation()
396 case ReportLocationHeap: { in PrintLocation()
Dtsan_debugging.cc40 if (typ == ReportLocationHeap) return "heap"; in ReportLocationTypeDescription()
Dtsan_rtl_report.cc332 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in AddLocation()
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc96 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in SymbolizeData()