Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCounters.h44 enum CounterType { enum
51 static inline void incrementCounter(CounterType type) in incrementCounter()
57 static inline void decrementCounter(CounterType type) in decrementCounter()
63 static int counterValue(CounterType);
DInspectorCounters.cpp38 int InspectorCounters::counterValue(CounterType type) in counterValue()
/external/chromium_org/v8/src/arm64/
Dinstrument-arm64.h26 enum CounterType { enum
34 Counter(const char* name, CounterType type = Gauge);
42 CounterType type();
48 CounterType type_;
Dinstrument-arm64.cc10 Counter::Counter(const char* name, CounterType type) in Counter()
54 CounterType Counter::type() { in type()
61 CounterType type;
/external/vixl/src/a64/
Dinstrument-a64.h48 enum CounterType { enum
56 Counter(const char* name, CounterType type = Gauge);
64 CounterType type();
70 CounterType type_;
Dinstrument-a64.cc31 Counter::Counter(const char* name, CounterType type) in Counter()
75 CounterType Counter::type() { in type()
82 CounterType type;