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

  /external/libchrome/base/
cpu.h 54 return has_non_stop_time_stamp_counter_;
82 bool has_non_stop_time_stamp_counter_; member in class:base::CPU
cpu.cc 49 has_non_stop_time_stamp_counter_(false),
212 has_non_stop_time_stamp_counter_ = (cpu_info[3] & (1 << 8)) != 0;
  /external/v8/src/base/
cpu.h 103 return has_non_stop_time_stamp_counter_;
156 bool has_non_stop_time_stamp_counter_; member in class:v8::base::final
cpu.cc 343 has_non_stop_time_stamp_counter_(false) {
424 has_non_stop_time_stamp_counter_ = (cpu_info[3] & (1 << 8)) != 0;

Completed in 354 milliseconds