Searched refs:MATCH_CACHE (Results 1 – 2 of 2) sorted by relevance
31 private static final Map<Pair<String, String>, Boolean> MATCH_CACHE = field in MethodGroupsHelper290 Boolean match = MATCH_CACHE.get(cacheKey); in isMatch()293 MATCH_CACHE.put(cacheKey, match); in isMatch()
34 private static final Map<Pair<String, String>, Boolean> MATCH_CACHE = field in MethodHelper91 Boolean match = MATCH_CACHE.get(cacheKey); in findDependedUponMethods()94 MATCH_CACHE.put(cacheKey, match); in findDependedUponMethods()