Searched refs:mainHandlerTable (Results 1 – 5 of 5) sorted by relevance
166 void* mainHandlerTable; // Table of actual instruction handler member
863 thread->mainHandlerTable = dvmAsmInstructionStart; in allocThread()865 thread->interpBreak.ctl.curHandlerTable = thread->mainHandlerTable; in allocThread()
177 MTERP_OFFSET(offThread_mainHandlerTable, Thread, mainHandlerTable, 88)
288 inter-instruction checks (mainHandlerTable in the Thread structure), while292 (r8 for ARM, edx for x86) holds a mainHandlerTable. If we need to switch
1487 thread->altHandlerTable : thread->mainHandlerTable; in updateInterpBreak()