Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java1898 private static final int NUM_INSTR = field in Debug.InstructionCount
1904 mCounts = new int[NUM_INSTR]; in InstructionCount()
1944 for (int i = 0; i < NUM_INSTR; i++) { in globalTotal()
1958 for (int i = 0; i < NUM_INSTR; i++) { in globalMethodInvocations()