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