Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dts_race_verifier.cc138 TypedCallSites* typedCallSites = &(*racecheck_map)[addr]; in PrintRaceReportEmpty() local
139 vector<CallSite>& writes = typedCallSites->writes; in PrintRaceReportEmpty()
140 vector<CallSite>& reads = typedCallSites->reads; in PrintRaceReportEmpty()
157 TypedCallSites* typedCallSites = &(*racecheck_map)[addr]; in FindRaceForAddr() local
158 vector<CallSite>& writes = typedCallSites->writes; in FindRaceForAddr()
159 vector<CallSite>& reads = typedCallSites->reads; in FindRaceForAddr()
242 TypedCallSites* typedCallSites = &(*racecheck_map)[addr]; in RaceVerifierStartAccess() local
243 vector<CallSite>& writes = typedCallSites->writes; in RaceVerifierStartAccess()
244 vector<CallSite>& reads = typedCallSites->reads; in RaceVerifierStartAccess()
277 TypedCallSites* typedCallSites = &(*racecheck_map)[addr]; in RaceVerifierEndAccess() local
[all …]