Searched refs:mMethods (Results 1 – 2 of 2) sorted by relevance
45 private final Map<String, MethodProfile> mMethods = new HashMap<>(); field in ClassProfile104 return mMethods; in getMethods()111 if (!mMethods.containsKey(methodSignature)) { in getOrCreateMethod()112 mMethods.put(methodSignature, new MethodProfile(this, methodName, params)); in getOrCreateMethod()114 return mMethods.get(methodSignature); in getOrCreateMethod()137 mMethods.forEach((methodKey, method) -> { in getTestMethods()199 for (MethodProfile method : mMethods.values()) { in isJunit4Class()
154 private final ImmutableSet<MethodSignature> mMethods;157 mMethods = methods;164 return mMethods;