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

/external/proguard/src/proguard/shrink/
H A DShortestUsageMark.java59 * @param previousUsageMark the previous mark to which this one is linked.
63 public ShortestUsageMark(ShortestUsageMark previousUsageMark, argument
68 this(previousUsageMark, reason, cost, clazz, null);
74 * @param previousUsageMark the previous mark to which this one is linked.
80 public ShortestUsageMark(ShortestUsageMark previousUsageMark, argument
88 this.depth = previousUsageMark.depth + cost;

Completed in 39 milliseconds