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