Searched refs:mInvocationLocals (Results 1 – 1 of 1) sorted by relevance
71 private static final Map<ThreadGroup, Map<InvocationLocal<?>, Optional<?>>> mInvocationLocals = field in CurrentInvocation107 mInvocationLocals.remove(group); in clearInvocationInfos()188 mInvocationLocals.computeIfAbsent(group, unused -> new ConcurrentHashMap<>()); in getLocal()