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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCounters.h 44 enum CounterType {
51 static inline void incrementCounter(CounterType type)
57 static inline void decrementCounter(CounterType type)
63 static int counterValue(CounterType);
InspectorCounters.cpp 38 int InspectorCounters::counterValue(CounterType type)
  /external/chromium_org/v8/src/arm64/
instrument-arm64.h 26 enum CounterType {
34 Counter(const char* name, CounterType type = Gauge);
42 CounterType type();
48 CounterType type_;
instrument-arm64.cc 10 Counter::Counter(const char* name, CounterType type)
54 CounterType Counter::type() {
61 CounterType type;
  /external/vixl/src/a64/
instrument-a64.h 48 enum CounterType {
56 Counter(const char* name, CounterType type = Gauge);
64 CounterType type();
70 CounterType type_;
instrument-a64.cc 31 Counter::Counter(const char* name, CounterType type)
75 CounterType Counter::type() {
82 CounterType type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winperf.h 155 DWORD CounterType;

Completed in 174 milliseconds