Searched refs:curHandlerTable (Results 1 – 5 of 5) sorted by relevance
259 breakFlags & curHandlerTable - optional, used lower subMode polling costs277 where curHandlerTable and breakFlags come in to play.295 changed is the value of curHandlerTable - which is part of the interpBreak300 curHandlerTable should hold the real or alternate handler base. If
93 void* curHandlerTable; member
865 thread->interpBreak.ctl.curHandlerTable = thread->mainHandlerTable; in allocThread()
1467 newValue.ctl.curHandlerTable = (newValue.ctl.breakFlags) ? in updateInterpBreak()1549 handlerTable = self->interpBreak.ctl.curHandlerTable; in dvmCheckInterpStateConsistency()1561 if (handlerTable != thread->interpBreak.ctl.curHandlerTable) { in dvmCheckInterpStateConsistency()1563 (int)handlerTable,(int)thread->interpBreak.ctl.curHandlerTable, in dvmCheckInterpStateConsistency()
172 Thread, interpBreak.ctl.curHandlerTable, 44)