Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java1901 private int[] mCounts; field in Debug.InstructionCount
1904 mCounts = new int[NUM_INSTR]; in InstructionCount()
1930 VMDebug.getInstructionCount(mCounts); in collect()
1945 count += mCounts[i]; in globalTotal()
1960 count += mCounts[i]; in globalMethodInvocations()