Home | History | Annotate | Download | only in src

Lines Matching full:tracer_

95       tracer_(NULL),
1101 tracer_ = tracer;
1103 tracer_ = NULL;
5766 explicit MarkVisitor(PathTracer* tracer) : tracer_(tracer) {}
5769 for (Object** p = start; !tracer_->found() && (p < end); p++) {
5771 tracer_->MarkRecursively(p, this);
5776 PathTracer* tracer_;
5782 explicit UnmarkVisitor(PathTracer* tracer) : tracer_(tracer) {}
5787 tracer_->UnmarkRecursively(p, this);
5792 PathTracer* tracer_;