Searched defs:evaluationCounts (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
H A DPartialEvaluator.java72 private int[] evaluationCounts = new int[ClassConstants.TYPICAL_CODE_LENGTH]; field in class:PartialEvaluator
341 return evaluationCounts[instructionOffset] > 0;
658 int evaluationCount = evaluationCounts[instructionOffset];
722 evaluationCounts[instructionOffset]++;
963 if (evaluationCounts[offset] == 0)
970 evaluationCounts[offset] = other.evaluationCounts[offset];
979 evaluationCounts[offset] += other.evaluationCounts[offset];
1068 int evaluationCount = evaluationCounts[handlerP
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 89 milliseconds