HomeSort by relevance Sort by last modified time
    Searched refs:method_trace_ (Results 1 - 6 of 6) sorted by null

  /art/runtime/
parsed_options.h 85 bool method_trace_; member in class:art::ParsedOptions
trace.cc 89 method_trace_(Trace::AllocStackTrace()) {}
95 method_trace_->push_back(m);
102 return method_trace_;
106 std::vector<mirror::ArtMethod*>* const method_trace_; member in class:art::BuildStackTraceVisitor::std
runtime.cc 134 method_trace_(false),
843 method_trace_ = options->method_trace_;
853 if (options->method_trace_) {
    [all...]
thread.cc 1522 mirror::ObjectArray<mirror::Object>* method_trace_; member in class:art::BuildInternalStackTraceVisitor
    [all...]
runtime.h 615 bool method_trace_; member in class:art::Runtime
parsed_options.cc 268 method_trace_ = false;
546 method_trace_ = true;
    [all...]

Completed in 282 milliseconds