Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DConstCollector.java96 int toCollect = Math.min(constantList.size(), MAX_COLLECTED_CONSTANTS); in run() local
102 = new HashMap<TypedConstant, RegisterSpec> (toCollect); in run()
104 for (int i = 0; i < toCollect; i++) { in run()