Searched refs:handlerTable (Results 1 – 4 of 4) sorted by relevance
43 goto *handlerTable[INST_INST(inst)]; \46 goto *handlerTable[_opcode]; \
27 DEFINE_GOTO_TABLE(handlerTable);
1542 void* handlerTable; in dvmCheckInterpStateConsistency() local1549 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()
421 goto *handlerTable[INST_INST(inst)]; \424 goto *handlerTable[_opcode]; \1138 DEFINE_GOTO_TABLE(handlerTable); in dvmInterpretPortable()