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

  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize.h 24 ReportLocation *SymbolizeData(uptr addr);
tsan_report.h 73 struct ReportLocation {
83 static ReportLocation *New(ReportLocationType type);
85 explicit ReportLocation(ReportLocationType type);
109 Vector<ReportLocation*> locs;
tsan_suppressions.h 34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_symbolize.cc 69 ReportLocation *SymbolizeData(uptr addr) {
73 ReportLocation *ent = ReportLocation::New(ReportLocationGlobal);
tsan_report.cc 29 ReportLocation::ReportLocation(ReportLocationType type)
33 ReportLocation *ReportLocation::New(ReportLocationType type) {
34 void *mem = internal_alloc(MBlockReportStack, sizeof(ReportLocation));
35 return new(mem) ReportLocation(type);
169 static void PrintLocation(const ReportLocation *loc) {
394 static void PrintLocation(const ReportLocation *loc) {
tsan_rtl_report.cc 313 ReportLocation *loc = ReportLocation::New(ReportLocationFD);
332 ReportLocation *loc = ReportLocation::New(ReportLocationHeap);
344 ReportLocation *loc =
345 ReportLocation::New(is_stack ? ReportLocationStack : ReportLocationTLS);
351 if (ReportLocation *loc = SymbolizeData(addr)) {
tsan_suppressions.cc 132 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_debugging.cc 115 ReportLocation *loc = rep->locs[idx];
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 85 ReportLocation *SymbolizeData(uptr addr) {
96 ReportLocation *loc = ReportLocation::New(ReportLocationHeap);
103 ReportLocation *loc = ReportLocation::New(ReportLocationGlobal);

Completed in 73 milliseconds