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

  /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_;
instrument-aarch64.cc 32 Counter::Counter(const char* name, CounterType type)
68 CounterType Counter::GetType() { return type_; }
73 CounterType type;
  /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_;
instrument-arm64.cc 10 Counter::Counter(const char* name, CounterType type)
54 CounterType Counter::type() {
61 CounterType type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winperf.h 155 DWORD CounterType;
  /external/swiftshader/third_party/subzero/src/
IceOperand.h 137 using CounterType =
163 CounterType getLookupCount() const { return LookupCount; }
181 CounterType LookupCount = 0;
    [all...]

Completed in 279 milliseconds