Searched refs:getCounterValue (Results 1 – 11 of 11) sorted by relevance
27 EXPECT_EQ(0, DebugCounter::getCounterValue(TestCounter)); in TEST()30 EXPECT_EQ(1, DebugCounter::getCounterValue(TestCounter)); in TEST()
107 static int64_t getCounterValue(unsigned ID) { in getCounterValue() function
104 - (BOOL)getCounterValue; method
89 @property (getter=getCounterValue, readonly) BOOL counterValue;
111 - (BOOL)getCounterValue; method
107 - (BOOL)getCounterValue; method
92 @property (nonatomic, getter=getCounterValue, readonly) BOOL counterValue;
96 @property (NS_NONATOMIC_IOSONLY, getter=getCounterValue, readonly) BOOL counterValue;
2168 unsigned getCounterValue() const { return CounterValue; } in getCounterValue() function
2291 if (PP.getCounterValue() != 0) { in WritePreprocessor()2292 RecordData::value_type Record[] = {PP.getCounterValue()}; in WritePreprocessor()
3422 StartingVNCounter = DebugCounter::getCounterValue(VNCounter); in runGVN()