Home
last modified time | relevance | path

Searched refs:mainHandlerTable (Results 1 – 5 of 5) sorted by relevance

/dalvik/vm/
DThread.h166 void* mainHandlerTable; // Table of actual instruction handler member
DThread.cpp863 thread->mainHandlerTable = dvmAsmInstructionStart; in allocThread()
865 thread->interpBreak.ctl.curHandlerTable = thread->mainHandlerTable; in allocThread()
/dalvik/vm/mterp/common/
Dasm-constants.h177 MTERP_OFFSET(offThread_mainHandlerTable, Thread, mainHandlerTable, 88)
/dalvik/vm/mterp/
DREADME.txt288 inter-instruction checks (mainHandlerTable in the Thread structure), while
292 (r8 for ARM, edx for x86) holds a mainHandlerTable. If we need to switch
/dalvik/vm/interp/
DInterp.cpp1487 thread->altHandlerTable : thread->mainHandlerTable; in updateInterpBreak()