Searched refs:method_trace_file_size_ (Results 1 – 4 of 4) sorted by relevance
87 unsigned int method_trace_file_size_; variable
135 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()
270 method_trace_file_size_ = 10 * MB; in Parse()550 if (!ParseUnsignedInteger(option, ':', &method_trace_file_size_)) { in Parse()
617 size_t method_trace_file_size_; variable