Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h87 unsigned int method_trace_file_size_; variable
Druntime.cc135 method_trace_file_size_(0), in Runtime()
845 method_trace_file_size_ = options->method_trace_file_size_; in Init()
855 Trace::Start(options->method_trace_file_.c_str(), -1, options->method_trace_file_size_, 0, in Init()
Dparsed_options.cc270 method_trace_file_size_ = 10 * MB; in Parse()
550 if (!ParseUnsignedInteger(option, ':', &method_trace_file_size_)) { in Parse()
Druntime.h617 size_t method_trace_file_size_; variable