Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h85 bool method_trace_; variable
Dtrace.cc89 method_trace_(Trace::AllocStackTrace()) {} in BuildStackTraceVisitor()
95 method_trace_->push_back(m); in VisitFrame()
102 return method_trace_; in GetStackTrace()
106 std::vector<mirror::ArtMethod*>* const method_trace_; member in art::BuildStackTraceVisitor
Dthread.cc1418 skip_depth_(skip_depth), count_(0), dex_pc_trace_(nullptr), method_trace_(nullptr) {} in BuildInternalStackTraceVisitor()
1442 method_trace_ = method_trace.Get(); in Init()
1448 if (method_trace_ != nullptr) { in ~BuildInternalStackTraceVisitor()
1454 if (method_trace_ == nullptr || dex_pc_trace_ == nullptr) { in VisitFrame()
1465 method_trace_->Set<kTransactionActive>(count_, m); in VisitFrame()
1473 return method_trace_; in GetInternalStackTrace()
1485 mirror::ObjectArray<mirror::Object>* method_trace_; member in art::BuildInternalStackTraceVisitor
Druntime.cc134 method_trace_(false), in Runtime()
827 method_trace_ = options->method_trace_; in Init()
837 if (options->method_trace_) { in Init()
Dparsed_options.cc269 method_trace_ = false; in Parse()
547 method_trace_ = true; in Parse()
Druntime.h604 bool method_trace_; variable