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.java1005 private static final int NUM_INSTR = field in Debug.InstructionCount
1011 mCounts = new int[NUM_INSTR]; in InstructionCount()
1051 for (int i = 0; i < NUM_INSTR; i++) { in globalTotal()
1065 for (int i = 0; i < NUM_INSTR; i++) { in globalMethodInvocations()