Searched refs:getMethodSignatureWithClass (Results 1 – 4 of 4) sorted by relevance
109 public String getMethodSignatureWithClass() { in getMethodSignatureWithClass() method in MethodProfile110 return Utils.getMethodSignatureWithClass( in getMethodSignatureWithClass()116 mApiMethodCalls.putIfAbsent(apiMethod.getMethodSignatureWithClass(), apiMethod); in addApiMethodCall()122 apiConstructor.getMethodSignatureWithClass(), apiConstructor); in addApiConstructorCall()127 mCommonMethodCalls.putIfAbsent(method.getMethodSignatureWithClass(), method); in addCommonMethodCall()
71 public static String getMethodSignatureWithClass( in getMethodSignatureWithClass() method in Utils
91 String methodSignature = methodProfile.getMethodSignatureWithClass(); in resolveCoveredApis()108 String methodSignature = methods.get(0).getMethodSignatureWithClass(); in resolveMethodCoveredApis()120 String methodCallSignature = methodCall.getMethodSignatureWithClass(); in resolveMethodCoveredApis()133 mCoveredApiCaches.put(method.getMethodSignatureWithClass(), coveredApis); in resolveMethodCoveredApis()
70 String methodSignature = method.getMethodSignatureWithClass(); in tarjan()77 String calleeSignature = callee.getMethodSignatureWithClass(); in tarjan()