Searched refs:toppc (Results 1 – 3 of 3) sorted by relevance
253 void StackTrace::ObtainCurrent(ThreadState *thr, uptr toppc) { in ObtainCurrent() argument256 if (n_ + !!toppc == 0) in ObtainCurrent()261 if (n_ + !!toppc > c_) { in ObtainCurrent()262 start = n_ - c_ + !!toppc; in ObtainCurrent()263 n_ = c_ - !!toppc; in ObtainCurrent()267 (n_ + !!toppc) * sizeof(s_[0])); in ObtainCurrent()271 if (toppc) { in ObtainCurrent()272 s_[n_] = toppc; in ObtainCurrent()
36 void ObtainCurrent(ThreadState *thr, uptr toppc);
628 const uptr toppc = TraceTopPC(thr); in ReportRace() local629 traces[0].ObtainCurrent(thr, toppc); in ReportRace()