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

/dalvik/vm/mterp/portable/
H A Dstubdefs.cpp43 goto *handlerTable[INST_INST(inst)]; \
46 goto *handlerTable[_opcode]; \
H A Dentry.cpp27 DEFINE_GOTO_TABLE(handlerTable);
/dalvik/vm/interp/
H A DInterp.cpp1544 void* handlerTable; local
1551 handlerTable = self->interpBreak.ctl.curHandlerTable;
1563 if (handlerTable != thread->interpBreak.ctl.curHandlerTable) {
1565 (int)handlerTable,(int)thread->interpBreak.ctl.curHandlerTable,
/dalvik/vm/mterp/out/
H A DInterpC-portable.cpp421 goto *handlerTable[INST_INST(inst)]; \
424 goto *handlerTable[_opcode]; \
1138 DEFINE_GOTO_TABLE(handlerTable);

Completed in 3792 milliseconds