Home
last modified time | relevance | path

Searched refs:incrementInvocationCount (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/info/
DMethodInvocationMarker.java81 incrementInvocationCount(programMethod); in visitProgramMethod()
87 private static void incrementInvocationCount(Method method) in incrementInvocationCount() method in MethodInvocationMarker
92 info.incrementInvocationCount(); in incrementInvocationCount()
DMethodOptimizationInfo.java194 public void incrementInvocationCount() in incrementInvocationCount() method in MethodOptimizationInfo