Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DConstCollector.java167 final HashSet<TypedConstant> usedByLocal in getConstsSortedByCountUse() local
216 if (usedByLocal.contains(cst)) { in getConstsSortedByCountUse()
220 usedByLocal.add(cst); in getConstsSortedByCountUse()
331 final HashSet<TypedConstant> usedByLocal in updateConstUses() local
364 if (usedByLocal.contains(cst)) { in updateConstUses()
367 usedByLocal.add(cst); in updateConstUses()