Searched refs:singleStepCount (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/
H A DThread.h174 * singleStepCount is a countdown timer used with the breakFlag
176 * singleStepCount will decremented each instruction execution.
182 int singleStepCount; member in struct:Thread
/dalvik/vm/interp/
H A DJit.cpp395 assert(self->singleStepCount == 0);
396 self->singleStepCount = 1;
993 if (self->singleStepCount == 0)
994 self->singleStepCount = 1;
H A DInterp.cpp1802 if (self->singleStepCount == 0) {
1849 self->singleStepCount--;
1851 if ((self->singleStepCount > 0) && (self->jitResumeNPC != NULL)) {
/dalvik/vm/mterp/common/
H A Dasm-constants.h182 MTERP_OFFSET(offThread_singleStepCount, Thread, singleStepCount, 96)

Completed in 54 milliseconds