Home | History | Annotate | Download | only in internal

Lines Matching refs:trace_

51         : trace_(trace), id_to_string_(id_to_string) {}
53 const int32 lineno() const { return trace_->lineno(); }
56 if (!trace_->file().empty()) return trace_->file();
57 return id_to_string_->at(trace_->file_id());
61 if (!trace_->function().empty()) return trace_->function();
62 return id_to_string_->at(trace_->function_id());
64 int32 func_start_line() const { return trace_->func_start_line(); }
67 const CodeDef::Trace* trace_;