Searched refs:instructionCountEnableCount (Results 1 – 3 of 3) sorted by relevance
973 gDvm.instructionCountEnableCount++; in dvmStartInstructionCounting()982 if (gDvm.instructionCountEnableCount == 0) { in dvmStopInstructionCounting()986 gDvm.instructionCountEnableCount--; in dvmStopInstructionCounting()988 (gDvm.instructionCountEnableCount != 0)); in dvmStopInstructionCounting()
688 int instructionCountEnableCount; member
1672 if (gDvm.instructionCountEnableCount > 0) { in dvmInitializeInterpBreak()1766 if (gDvm.instructionCountEnableCount != 0) { in dvmCheckBefore()