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()829 method_trace_file_size_ = options->method_trace_file_size_; in Init()839 Trace::Start(options->method_trace_file_.c_str(), -1, options->method_trace_file_size_, 0, in Init()
271 method_trace_file_size_ = 10 * MB; in Parse()551 if (!ParseUnsignedInteger(option, ':', &method_trace_file_size_)) { in Parse()
606 size_t method_trace_file_size_; variable