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
1418 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
134 method_trace_(false), in Runtime()827 method_trace_ = options->method_trace_; in Init()837 if (options->method_trace_) { in Init()
269 method_trace_ = false; in Parse()547 method_trace_ = true; in Parse()
604 bool method_trace_; variable