Home
last modified time | relevance | path

Searched refs:getInvocationCount (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/info/
DMethodInvocationMarker.java101 public static int getInvocationCount(Method method) in getInvocationCount() method in MethodInvocationMarker
104 return info != null ? info.getInvocationCount() : in getInvocationCount()
DMethodOptimizationInfo.java187 public int getInvocationCount() in getInvocationCount() method in MethodOptimizationInfo
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java180 MethodInvocationMarker.getInvocationCount(method) == 1 : in visitCodeAttribute()