Home
last modified time | relevance | path

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

/external/libchrome/base/
Dcpu.h53 return has_non_stop_time_stamp_counter_; in has_non_stop_time_stamp_counter()
80 bool has_non_stop_time_stamp_counter_; variable
Dcpu.cc49 has_non_stop_time_stamp_counter_(false), in CPU()
219 has_non_stop_time_stamp_counter_ = (cpu_info[3] & (1 << 8)) != 0; in Initialize()
/external/v8/src/base/
Dcpu.h103 return has_non_stop_time_stamp_counter_; in has_non_stop_time_stamp_counter()
156 bool has_non_stop_time_stamp_counter_; variable
Dcpu.cc343 has_non_stop_time_stamp_counter_(false) { in CPU()
424 has_non_stop_time_stamp_counter_ = (cpu_info[3] & (1 << 8)) != 0; in CPU()