Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java1008 private int[] mCounts; field in Debug.InstructionCount
1011 mCounts = new int[NUM_INSTR]; in InstructionCount()
1037 VMDebug.getInstructionCount(mCounts); in collect()
1052 count += mCounts[i]; in globalTotal()
1067 count += mCounts[i]; in globalMethodInvocations()