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

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

Completed in 58 milliseconds