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

/frameworks/base/core/java/android/os/
H A DDebug.java1294 private int[] mCounts; field in class:Debug.InstructionCount
1297 mCounts = new int[NUM_INSTR];
1323 VMDebug.getInstructionCount(mCounts);
1338 count += mCounts[i];
1353 count += mCounts[i];

Completed in 262 milliseconds