Searched refs:instructionCountEnableCount (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/
H A DProfile.cpp973 gDvm.instructionCountEnableCount++;
982 if (gDvm.instructionCountEnableCount == 0) {
986 gDvm.instructionCountEnableCount--;
988 (gDvm.instructionCountEnableCount != 0));
H A DGlobals.h694 int instructionCountEnableCount; member in struct:DvmGlobals
/dalvik/vm/interp/
H A DInterp.cpp1662 if (gDvm.instructionCountEnableCount > 0) {
1756 if (gDvm.instructionCountEnableCount != 0) {

Completed in 41 milliseconds