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

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

Completed in 121 milliseconds