Searched defs:callCount (Results 1 – 9 of 9) sorted by relevance
27 private int callCount; field in Results
31 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
32 static final AtomicLongFieldUpdater<LocalizedNumberFormatter> callCount = AtomicLongFieldUpdater field in LocalizedNumberFormatter
40 private static final AtomicInteger callCount = new AtomicInteger(0); field in DefaultMethodInterceptionTest
1940 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingDefault() local1970 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingNull() local2007 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingUncheckedException() local2048 final AtomicInteger callCount = new AtomicInteger(); in testConcurrentLoadingCheckedException() local2330 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringLoading() local2417 final AtomicInteger callCount = new AtomicInteger(); in testExpandDuringRefresh() local
430 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in clear() local440 auto* callCount = reinterpret_cast<u_atomic_int32_t*>(fUnsafeCallCount); in lnfMoveHelper() local703 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in computeCompiled() local742 auto* callCount = reinterpret_cast<u_atomic_int32_t*>( in getCallCount() local
102 int callCount; member1347 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local1431 const int callCount = callCounts[callCountNdx]; in AtomicCounterTests() local
258 bool callCount = m_state->booleanProperty( in restore() local293 Response V8ProfilerAgentImpl::startPreciseCoverage(Maybe<bool> callCount, in startPreciseCoverage()
328 AtomicInteger callCount = new AtomicInteger(); in openOutputStream_shouldReturnRegisteredStream() local