Searched refs:method_trace_ (Results 1 – 6 of 6) sorted by relevance
85 bool method_trace_; variable
89 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
1455 skip_depth_(skip_depth), count_(0), dex_pc_trace_(nullptr), method_trace_(nullptr) {} in BuildInternalStackTraceVisitor()1479 method_trace_ = method_trace.Get(); in Init()1485 if (method_trace_ != nullptr) { in ~BuildInternalStackTraceVisitor()1491 if (method_trace_ == nullptr || dex_pc_trace_ == nullptr) { in VisitFrame()1502 method_trace_->Set<kTransactionActive>(count_, m); in VisitFrame()1510 return method_trace_; in GetInternalStackTrace()1522 mirror::ObjectArray<mirror::Object>* method_trace_; member in art::BuildInternalStackTraceVisitor
134 method_trace_(false), in Runtime()843 method_trace_ = options->method_trace_; in Init()853 if (options->method_trace_) { in Init()
268 method_trace_ = false; in Parse()546 method_trace_ = true; in Parse()
615 bool method_trace_; variable