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

  /art/runtime/
profiler_options.h 49 backoff_coefficient_(kDefaultBackoffCoefficient),
70 backoff_coefficient_(backoff_coefficient),
94 return backoff_coefficient_;
123 << ", backoff_coefficient=" << po.backoff_coefficient_
143 double backoff_coefficient_; member in class:art::ProfilerOptions
runtime.cc     [all...]
  /art/cmdline/
cmdline_parser_test.cc 38 UsuallyEquals(lhs.backoff_coefficient_, rhs.backoff_coefficient_) &&
474 opt.backoff_coefficient_ = 2.0;
cmdline_types.h 638 double backoff_coefficient_; member in struct:art::TestProfilerOptions
656 backoff_coefficient_(0),
679 PRINT_TO_STREAM(backoff_coefficient_);
794 &TestProfilerOptions::backoff_coefficient_,

Completed in 407 milliseconds