Home
last modified time | relevance | path

Searched refs:method_trace_file_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dparsed_options.h86 std::string method_trace_file_; variable
Dparsed_options.cc270 method_trace_file_ = "/data/method-trace-file.bin"; in Parse()
549 method_trace_file_ = option.substr(strlen("-Xmethod-trace-file:")); in Parse()
Druntime.cc828 method_trace_file_ = options->method_trace_file_; in Init()
839 Trace::Start(options->method_trace_file_.c_str(), -1, options->method_trace_file_size_, 0, in Init()
Druntime.h605 std::string method_trace_file_; variable