Home | History | Annotate | Download | only in rtl

Lines Matching refs:ScopedReport

126 ScopedReport::ScopedReport(ReportType typ) {
135 ScopedReport::~ScopedReport() {
140 void ScopedReport::AddStack(const StackTrace *stack) {
145 void ScopedReport::AddMemoryAccess(uptr addr, Shadow s,
178 void ScopedReport::AddThread(const ThreadContext *tctx) {
252 void ScopedReport::AddMutex(const SyncVar *s) {
274 void ScopedReport::AddMutex(u64 id) {
287 void ScopedReport::AddLocation(uptr addr, uptr size) {
357 void ScopedReport::AddSleep(u32 stack_id) {
368 const ReportDesc *ScopedReport::GetReport() const {
502 const ScopedReport &srep,
521 const ScopedReport
625 ScopedReport rep(freed ? ReportTypeUseAfterFree : ReportTypeRace);