HomeSort by relevance Sort by last modified time
    Searched defs:CounterType (Results 1 - 2 of 2) sorted by null

  /external/v8/src/arm64/
instrument-arm64.h 27 enum CounterType {
35 explicit Counter(const char* name, CounterType type = Gauge);
43 CounterType type();
49 CounterType type_;
  /external/vixl/src/aarch64/
instrument-aarch64.h 47 enum CounterType {
55 explicit Counter(const char* name, CounterType type = Gauge);
67 CounterType GetType();
68 VIXL_DEPRECATED("GetType", CounterType type()) { return GetType(); }
74 CounterType type_;

Completed in 81 milliseconds