Searched refs:mCommonMethodCalls (Results 1 – 1 of 1) sorted by relevance
39 private final HashMap<String, MethodProfile> mCommonMethodCalls = new HashMap<>(); field in MethodProfile106 return mCommonMethodCalls; in getCommonMethodCalls()127 mCommonMethodCalls.putIfAbsent(method.getMethodSignatureWithClass(), method); in addCommonMethodCall()