Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/cf/
DCodeStatistics.java126 int newCountInsns in updateRopStatistics() local
130 += (newCountInsns - oldCountInsns); in updateRopStatistics()
135 runningTotalInsns += newCountInsns; in updateRopStatistics()