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

  /art/runtime/
parsed_options.h 86 std::string method_trace_file_; member in class:art::ParsedOptions
runtime.cc 844 method_trace_file_ = options->method_trace_file_;
855 Trace::Start(options->method_trace_file_.c_str(), -1, options->method_trace_file_size_, 0,
    [all...]
runtime.h 616 std::string method_trace_file_; member in class:art::Runtime
parsed_options.cc 269 method_trace_file_ = "/data/method-trace-file.bin";
548 method_trace_file_ = option.substr(strlen("-Xmethod-trace-file:"));
    [all...]

Completed in 717 milliseconds