Home
last modified time | relevance | path

Searched refs:CounterType (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch64/
Dinstrument-aarch64.h47 enum CounterType { enum
55 explicit Counter(const char* name, CounterType type = Gauge);
67 CounterType GetType();
68 VIXL_DEPRECATED("GetType", CounterType type()) { return GetType(); }
74 CounterType type_;
Dinstrument-aarch64.cc32 Counter::Counter(const char* name, CounterType type) in Counter()
71 CounterType Counter::GetType() { return type_; } in GetType()
76 CounterType type;
/external/v8/src/arm64/
Dinstrument-arm64.h27 enum CounterType { enum
35 explicit Counter(const char* name, CounterType type = Gauge);
43 CounterType type();
49 CounterType type_;
Dinstrument-arm64.cc10 Counter::Counter(const char* name, CounterType type) in Counter()
54 CounterType Counter::type() { in type()
61 CounterType type;
/external/swiftshader/third_party/subzero/src/
DIceOperand.h145 using CounterType =
171 CounterType getLookupCount() const { return LookupCount; } in getLookupCount()
189 CounterType LookupCount = 0;