Home
last modified time | relevance | path

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

/dalvik/vm/
DThread.h182 int singleStepCount; member
/dalvik/vm/interp/
DJit.cpp395 assert(self->singleStepCount == 0); in dvmCheckSelfVerification()
396 self->singleStepCount = 1; in dvmCheckSelfVerification()
993 if (self->singleStepCount == 0) in dvmCheckJit()
994 self->singleStepCount = 1; in dvmCheckJit()
DInterp.cpp1797 if (self->singleStepCount == 0) { in dvmCheckBefore()
1844 self->singleStepCount--; in dvmCheckBefore()
1846 if ((self->singleStepCount > 0) && (self->jitResumeNPC != NULL)) { in dvmCheckBefore()
/dalvik/vm/mterp/common/
Dasm-constants.h182 MTERP_OFFSET(offThread_singleStepCount, Thread, singleStepCount, 96)